Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Jun 26, 2023
1 parent adefae1 commit a5cd428
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5cd428

Please sign in to comment.