Skip to content

Commit a2014d6

Browse files
authored
Merge pull request #3376 from kcp-dev/dependabot/github_actions/all-github-actions-ed7e0e2f82
🌱 Bump goreleaser/goreleaser-action from 6.2.1 to 6.3.0 in the all-github-actions group
2 parents 4a0adda + a207269 commit a2014d6

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
@@ -29,7 +29,7 @@ jobs:
2929
run: echo LDFLAGS="$(make ldflags)" >> $GITHUB_ENV
3030
- name: Run GoReleaser on tag
3131
if: github.event_name != 'pull_request'
32-
uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # tag=v6.2.1
32+
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # tag=v6.3.0
3333
with:
3434
distribution: goreleaser
3535
version: latest
@@ -39,7 +39,7 @@ jobs:
3939
KREW_GITHUB_TOKEN: ${{ secrets.KREW_GITHUB_TOKEN }}
4040
- name: Run GoReleaser on pull request
4141
if: github.event_name == 'pull_request'
42-
uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # tag=v6.2.1
42+
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # tag=v6.3.0
4343
with:
4444
distribution: goreleaser
4545
version: latest

0 commit comments

Comments
 (0)