Skip to content

Commit

Permalink
chore(deps): update goreleaser/goreleaser-action action to v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent b85ff37 commit c3ac68d
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 @@ -58,7 +58,7 @@ jobs:
install-mode: goinstall
- name: Build with Goreleaser
if: ${{ always() }}
uses: goreleaser/goreleaser-action@v6.0.0
uses: goreleaser/goreleaser-action@v6.1.0
with:
# renovate: depName=goreleaser/goreleaser datasource=github-releases
version: v2.4.4
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@v6.0.0
uses: goreleaser/goreleaser-action@v6.1.0
with:
# renovate: depName=goreleaser/goreleaser datasource=github-releases
version: v2.4.4
Expand Down

0 comments on commit c3ac68d

Please sign in to comment.