Skip to content

Commit 059a31b

Browse files
authored
Merge pull request #3542 from kcp-dev/dependabot/github_actions/all-github-actions-59daeaf8ae
🌱 Bump goreleaser/goreleaser-action from 6.3.0 to 6.4.0 in the all-github-actions group
2 parents dfb2e05 + f52323e commit 059a31b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Run GoReleaser on tag
4646
if: github.event_name != 'pull_request'
47-
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # tag=v6.3.0
47+
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # tag=v6.4.0
4848
with:
4949
distribution: goreleaser
5050
version: latest
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Run GoReleaser on pull request
5757
if: github.event_name == 'pull_request'
58-
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # tag=v6.3.0
58+
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # tag=v6.4.0
5959
with:
6060
distribution: goreleaser
6161
version: latest

0 commit comments

Comments
 (0)