Skip to content

Commit

Permalink
chore(deps): update goreleaser/goreleaser-action action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 22, 2022
1 parent c90d36f commit 90f7b2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-build-test.yml
Expand Up @@ -52,7 +52,7 @@ jobs:
args: --timeout=3m0s
- name: Build with Goreleaser
if: ${{ always() }}
uses: goreleaser/goreleaser-action@v2.9.1
uses: goreleaser/goreleaser-action@v3.0.0
with:
# renovate: depName=goreleaser/goreleaser
version: v1.9.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
username: utkuozdemir
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: GoReleaser
uses: goreleaser/goreleaser-action@v2.9.1
uses: goreleaser/goreleaser-action@v3.0.0
with:
# renovate: depName=goreleaser/goreleaser
version: v1.9.1
Expand Down

0 comments on commit 90f7b2e

Please sign in to comment.