Skip to content

Commit 4e61fcd

Browse files
Update actions/setup-node action to v4
1 parent 1798cc3 commit 4e61fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
uses: actions/checkout@v3
245245
with:
246246
fetch-depth: 0
247-
- uses: actions/setup-node@v3
247+
- uses: actions/setup-node@v4
248248
with:
249249
node-version: 16
250250
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)