Skip to content

Commit a136e0d

Browse files
committed
Update actions/setup-node action to v4.0.4
1 parent 954e215 commit a136e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1414
- name: Set up node.
15-
uses: actions/[email protected].3
15+
uses: actions/[email protected].4
1616
with:
1717
node-version: 17.x
1818
- name: Install and build.

0 commit comments

Comments
 (0)