Skip to content

Commit

Permalink
Merge pull request #14 from intigriti/dependabot/github_actions/gorel…
Browse files Browse the repository at this point in the history
…easer/goreleaser-action-6.0.0

chore(cicd): bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0
  • Loading branch information
0xblackbird authored Jun 6, 2024
2 parents 17c68f9 + a633344 commit 70fbc4f
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 @@ -30,7 +30,7 @@ jobs:
curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
-
name: Build
uses: goreleaser/goreleaser-action@v5.1.0
uses: goreleaser/goreleaser-action@v6.0.0
with:
version: latest
args: build --config=.github/goreleaser.yml --clean --snapshot
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
if: steps.semrel.outputs.version != ''
-
name: Release
uses: goreleaser/goreleaser-action@v5.1.0
uses: goreleaser/goreleaser-action@v6.0.0
if: steps.semrel.outputs.version != ''
with:
version: latest
Expand Down

0 comments on commit 70fbc4f

Please sign in to comment.