Skip to content

Commit

Permalink
build(deps): bump goreleaser/goreleaser-action from 5 to 6
Browse files Browse the repository at this point in the history
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 5 to 6.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@v5...v6)

---
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 Jun 5, 2024
1 parent 64384e4 commit 9dfaf74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/goreleaser-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
uses: goto-bus-stop/setup-zig@v2

- name: Run GoReleaser check
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: check

- name: Run GoReleaser build
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: build --clean --snapshot
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
if: matrix.make == 'test' && github.repository_owner == '0xERR0R'

- name: Check GoReleaser configuration
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
if: matrix.make == 'goreleaser'
with:
args: check
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
uses: goto-bus-stop/setup-zig@v2

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --clean
Expand Down

0 comments on commit 9dfaf74

Please sign in to comment.