Skip to content

Commit

Permalink
Bump the gha-dependencies group with 2 updates (#473)
Browse files Browse the repository at this point in the history
Updates `docker/bake-action` from 4 to 5
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](docker/bake-action@v4...v5)

Updates `softprops/action-gh-release` from 0.1.15 to 2.0.6
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@v0.1.15...v2.0.6)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Hollas <[email protected]>
  • Loading branch information
dependabot[bot] and danielhollas authored Jul 1, 2024
1 parent 6f83d1d commit c58b00f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Build and upload to ghcr.io 📤
id: build-upload
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
push: true
# Using provenance to disable default attestation so it will build only desired images:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
needs: [publish-dockerhub]

steps:
- uses: softprops/action-gh-release@v0.1.15
- uses: softprops/action-gh-release@v2.0.6
name: Create release
with:
generate_release_notes: true

0 comments on commit c58b00f

Please sign in to comment.