Skip to content

Commit

Permalink
chore(deps): update goreleaser/goreleaser-action action to v5 (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 11, 2023
1 parent af02142 commit 7c96411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flow-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
@semantic-release/git
- name: Install GoReleaser
if: steps.semantic.outputs.new_release_published == 'true'
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v5
with:
install-only: true
- name: Setup QEMU
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
go-version: "1.21"
- name: Test
run: go test -v ./...
- uses: goreleaser/goreleaser-action@v4
- uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: build --snapshot --clean

0 comments on commit 7c96411

Please sign in to comment.