Skip to content

Commit

Permalink
chore(deps): update goreleaser/goreleaser-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 11, 2023
1 parent a293992 commit 033e3ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
args: --timeout=10m0s
- name: Build with Goreleaser
if: ${{ always() }}
uses: goreleaser/goreleaser-action@v4.6.0
uses: goreleaser/goreleaser-action@v5.0.0
with:
# renovate: depName=goreleaser/goreleaser datasource=github-releases
version: v1.20.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
username: utkuozdemir
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: GoReleaser
uses: goreleaser/goreleaser-action@v4.6.0
uses: goreleaser/goreleaser-action@v5.0.0
with:
# renovate: depName=goreleaser/goreleaser datasource=github-releases
version: v1.20.0
Expand Down

0 comments on commit 033e3ca

Please sign in to comment.