Skip to content

Commit 2c7857e

Browse files
Bump goreleaser/goreleaser-action from 6.2.1 to 6.3.0 in the actions group (#13133)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 63d42c2 commit 2c7857e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/plugin.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Run GoReleaser Snapshot
2929
if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
30-
uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
30+
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
3131
with:
3232
version: "~> v2"
3333
args: release --snapshot --clean
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Run GoReleaser
3838
if: ${{ startsWith(github.ref, 'refs/tags/') }}
39-
uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
39+
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
4040
with:
4141
version: "~> v2"
4242
args: release --clean

0 commit comments

Comments
 (0)