Skip to content

Commit bc78315

Browse files
committed
Update actions/setup-node action to v4.1.0
1 parent 33c8bf3 commit bc78315

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1414
- name: Set up node.
15-
uses: actions/setup-node@v4.0.4
15+
uses: actions/setup-node@v4.1.0
1616
with:
1717
node-version: 17.x
1818
- name: Install and build.

0 commit comments

Comments
 (0)