Skip to content

Commit

Permalink
Update dependency goreleaser/goreleaser to v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent 1107d98 commit 9f55b4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
version: 2.5.1 # datasource=github-releases depName=goreleaser/goreleaser
version: 2.6.1 # datasource=github-releases depName=goreleaser/goreleaser
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
version: 2.5.1 # datasource=github-releases depName=goreleaser/goreleaser
version: 2.6.1 # datasource=github-releases depName=goreleaser/goreleaser
args: build --clean --snapshot --single-target --output tf

- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
goreleaser 2.5.1 # datasource=github-releases depName=goreleaser/goreleaser
goreleaser 2.6.1 # datasource=github-releases depName=goreleaser/goreleaser
opentofu 1.9.0 # datasource=github-releases depName=opentofu/opentofu

0 comments on commit 9f55b4a

Please sign in to comment.