Skip to content

Commit

Permalink
chore(deps): update dependency goreleaser/goreleaser to v1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 23, 2023
1 parent 4d38b95 commit 1679940
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 @@ -55,7 +55,7 @@ jobs:
uses: goreleaser/goreleaser-action@v5.0.0
with:
# renovate: depName=goreleaser/goreleaser datasource=github-releases
version: v1.20.0
version: v1.21.0
args: build --snapshot --clean --single-target
test:
runs-on: ubuntu-22.04
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@v5.0.0
with:
# renovate: depName=goreleaser/goreleaser datasource=github-releases
version: v1.20.0
version: v1.21.0
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 1679940

Please sign in to comment.