From a5cd4283f7555db3721ee69cd260d082e1c9d0f1 Mon Sep 17 00:00:00 2001 From: Marco Roth Date: Mon, 26 Jun 2023 02:47:02 +0200 Subject: [PATCH] `0.3.2` --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3fd34ca..13c3cd5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ghcr.io/dependabot/dependabot-core:latest USER root LABEL "repository"="https://github.com/marcoroth/dependabot-bump-together-action" -LABEL "version"="0.3.0" +LABEL "version"="0.3.2" RUN echo 'gem: --no-document' >> ~/.gemrc diff --git a/README.md b/README.md index a98bdea..6d1bd60 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ jobs: check-dependencies: runs-on: ubuntu-latest steps: - - uses: marcoroth/dependabot-bump-together-action@v0.3.1 + - uses: marcoroth/dependabot-bump-together-action@v0.3.2 with: dependencies: dependency_1, dependency_2 package_managers: bundler, npm_and_yarn, pip