Skip to content

Commit 4b46373

Browse files
chore(deps): update actions/setup-node action to v3.3.0
1 parent 25485de commit 4b46373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
173173

174174
- name: Setup Node.js ${{ matrix.node }}
175-
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # tag=v3.2.0
175+
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3.3.0
176176
with:
177177
node-version: ${{ matrix.node }}
178178
check-latest: true

0 commit comments

Comments
 (0)