Skip to content

Commit 37d450f

Browse files
authored
Merge pull request #33319 from hashicorp/dependabot/github_actions/goreleaser/goreleaser-action-4.6.0
build(deps): bump goreleaser/goreleaser-action from 4.4.0 to 4.6.0
2 parents 26d6dc0 + 1377cea commit 37d450f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/goreleaser-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
path: ~/go/pkg/mod
4949
key: ${{ runner.os }}-go-pkg-mod-${{ hashFiles('go.sum') }}
5050
- name: goreleaser check
51-
uses: goreleaser/goreleaser-action@3fa32b8bb5620a2c1afe798654bbad59f9da4906 # v4.4.0
51+
uses: goreleaser/goreleaser-action@5fdedb94abba051217030cc86d4523cf3f02243d # v4.6.0
5252
with:
5353
args: check
5454

@@ -68,6 +68,6 @@ jobs:
6868
path: ~/go/pkg/mod
6969
key: ${{ runner.os }}-go-pkg-mod-${{ hashFiles('go.sum') }}
7070
- name: goreleaser build
71-
uses: goreleaser/goreleaser-action@3fa32b8bb5620a2c1afe798654bbad59f9da4906 # v4.4.0
71+
uses: goreleaser/goreleaser-action@5fdedb94abba051217030cc86d4523cf3f02243d # v4.6.0
7272
with:
7373
args: build --config .github/goreleaser-cross-compiler-test.yml --id 32-bit-arch --snapshot

.github/workflows/snapshot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
path: ~/go/pkg/mod
2121
key: ${{ runner.os }}-go-pkg-mod-${{ hashFiles('go.sum') }}
2222
- name: goreleaser release
23-
uses: goreleaser/goreleaser-action@3fa32b8bb5620a2c1afe798654bbad59f9da4906 # v4.4.0
23+
uses: goreleaser/goreleaser-action@5fdedb94abba051217030cc86d4523cf3f02243d # v4.6.0
2424
with:
2525
args: release --rm-dist --skip-sign --snapshot --timeout 2h
2626
- name: artifact naming

0 commit comments

Comments
 (0)