Skip to content

Commit ba3fc0a

Browse files
Update actions/setup-node action to v4.0.3
1 parent 8c8ebbb commit ba3fc0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v4.1.2
24-
- uses: actions/setup-node@v4.0.2
24+
- uses: actions/setup-node@v4.0.3
2525
with:
2626
node-version: '20'
2727

0 commit comments

Comments
 (0)