Skip to content

Commit 051ae1e

Browse files
chore(deps): bump goreleaser/goreleaser-action from 6.3.0 to 6.4.0 (#146)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 53295ee commit 051ae1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-goreleaser-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
cache: false # Disable caching to avoid cache poisoning
4040

4141
- name: Install Go Releaser
42-
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
42+
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
4343
with:
4444
distribution: goreleaser
4545
version: latest

.github/workflows/release-binary.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
# More assembly might be required: Docker logins, GPG, etc. It all depends
7878
# on your needs.
79-
- uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
79+
- uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
8080
with:
8181
distribution: goreleaser
8282
version: latest

0 commit comments

Comments
 (0)