Skip to content

Commit 83d8d80

Browse files
Update actions/setup-node action to v4.2.0 (#125)
1 parent 22f0576 commit 83d8d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
id-token: write
1212
steps:
1313
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14-
- uses: actions/setup-node@v4.1.0
14+
- uses: actions/setup-node@v4.2.0
1515
with:
1616
node-version: '18.x'
1717
# required for credentials to be taken in account

0 commit comments

Comments
 (0)