Skip to content

Commit 40f3d95

Browse files
chore(deps): update actions/setup-node action to v3 (#209)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 4784249 commit 40f3d95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
python-version: 3.6
4343

44-
- uses: actions/setup-node@v2
44+
- uses: actions/setup-node@v3
4545
with:
4646
node-version: 14
4747

@@ -92,7 +92,7 @@ jobs:
9292
with:
9393
python-version: 3.8
9494

95-
- uses: actions/setup-node@v2
95+
- uses: actions/setup-node@v3
9696
with:
9797
node-version: 14
9898

0 commit comments

Comments
 (0)