Skip to content

Commit 3a4b220

Browse files
committed
Update actions/setup-node action to v4.0.1
1 parent 99c6aac commit 3a4b220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1414
- name: Set up node.
15-
uses: actions/[email protected].0
15+
uses: actions/[email protected].1
1616
with:
1717
node-version: 17.x
1818
- name: Install and build.

0 commit comments

Comments
 (0)