Skip to content

Commit

Permalink
build(deps): bump goreleaser/goreleaser-action in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 4.2.0 to 5.0.0.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@v4.2.0...v5.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 17, 2024
1 parent 259c8b3 commit b64d2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
sbom-artifact-match: ".*\\.cyclonedx.json$"
-
name: GoReleaser Action
uses: goreleaser/goreleaser-action@v4.2.0
uses: goreleaser/goreleaser-action@v5.0.0
with:
version: ${{ env.GITHUB_REF_NAME }}
args: release --clean
Expand Down

0 comments on commit b64d2bd

Please sign in to comment.