Skip to content

Commit

Permalink
Bump docker/bake-action from 3.1.0 to 4.2.0
Browse files Browse the repository at this point in the history
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 3.1.0 to 4.2.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](docker/bake-action@v3.1.0...v4.2.0)

---
updated-dependencies:
- dependency-name: docker/bake-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 12, 2024
1 parent 90c819c commit d2f723c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- uses: docker/bake-action@v3.1.0
- uses: docker/bake-action@v4.2.0
with:
files: ./docker-bake.hcl
targets: goreleaser-dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- uses: docker/bake-action@v3.1.0
- uses: docker/bake-action@v4.2.0
with:
files: ./docker-bake.hcl
targets: ${{ matrix.check }}
Expand Down

0 comments on commit d2f723c

Please sign in to comment.