Skip to content

Commit

Permalink
deps: update goreleaser/goreleaser-action action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and ckotzbauer committed May 22, 2022
1 parent aad51e7 commit 788abb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: ckotzbauer/actions-toolkit/setup-syft@0.14.2

- name: Install GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v3
with:
version: "v1.7.0"
install-only: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v3

- name: Install GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v3
with:
version: "v1.7.0"
install-only: true
Expand Down

0 comments on commit 788abb1

Please sign in to comment.