Skip to content

Commit e1faec9

Browse files
🌱 Bump goreleaser/goreleaser-action
Bumps the all-github-actions group with 1 update: [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action). Updates `goreleaser/goreleaser-action` from 6.2.1 to 6.3.0 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@90a3faa...9c156ee) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ed76888 commit e1faec9

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)