Skip to content

Commit

Permalink
fix: Merge pull request #39 from intigriti/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…goreleaser/goreleaser-action-6.1.0

chore(cicd): bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0
  • Loading branch information
0xblackbird authored Nov 10, 2024
2 parents ecc7ea9 + d0f5fa5 commit eb36a63
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@v6.0.0
uses: goreleaser/goreleaser-action@v6.1.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@v6.0.0
uses: goreleaser/goreleaser-action@v6.1.0
if: steps.semrel.outputs.version != ''
with:
version: latest
Expand Down

0 comments on commit eb36a63

Please sign in to comment.