Skip to content

Commit 4e0139f

Browse files
committed
chore: update action
Signed-off-by: Carlos A Becker <[email protected]>
1 parent 42a6f7d commit 4e0139f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
path: dist/${{ env.goos }}
6565
key: ${{ env.goos }}-${{ env.sha_short }}
66-
- uses: goreleaser/goreleaser-action@v3
66+
- uses: goreleaser/goreleaser-action@v4
6767
if: steps.cache.outputs.cache-hit != 'true' # do not run if cache hit
6868
with:
6969
distribution: goreleaser-pro
@@ -115,7 +115,7 @@ jobs:
115115

116116

117117
# release
118-
- uses: goreleaser/goreleaser-action@v3
118+
- uses: goreleaser/goreleaser-action@v4
119119
if: steps.cache.outputs.cache-hit != 'true' # do not run if cache hit
120120
with:
121121
distribution: goreleaser-pro

0 commit comments

Comments
 (0)