Skip to content

Commit

Permalink
Merge pull request #22 from seriousben/dependabot/github_actions/gore…
Browse files Browse the repository at this point in the history
…leaser/goreleaser-action-6

deps: bump goreleaser/goreleaser-action from 4 to 6
  • Loading branch information
seriousben authored Oct 30, 2024
2 parents d7c37a0 + f237d7e commit 4bedc41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
install-go: false
- name: Test Release
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
go-version: '*'
- name: Install goreleaser
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
Expand Down

0 comments on commit 4bedc41

Please sign in to comment.