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 b29e31c commit 386759f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
version: 'v${{ matrix.kubernetes-version }}'

- name: Install GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v3
with:
version: "v1.6.1"
install-only: true
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
uses: actions/checkout@v3

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

0 comments on commit 386759f

Please sign in to comment.