Skip to content

Commit

Permalink
chore(deps): update dependency goreleaser/goreleaser to v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent 83027d7 commit 3bd7f74
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 @@ -61,7 +61,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6.0.0
with:
# renovate: depName=goreleaser/goreleaser datasource=github-releases
version: v2.4.1
version: v2.4.2
args: build --snapshot --clean --single-target
- name: Update usage
run: task update-usage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6.0.0
with:
# renovate: depName=goreleaser/goreleaser datasource=github-releases
version: v2.4.1
version: v2.4.2
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3bd7f74

Please sign in to comment.