File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
1919 with :
2020 python-version : " 3.10.12"
2121 # Set node version
22- - uses : actions/setup-node@v2
22+ - uses : actions/setup-node@v4
2323 with :
2424 node-version : " 14.21.3"
2525 - name : Set NPM 7
2626 run : npm install -g npm@8.19.4
2727 # Cache node_modules
28- - uses : actions/cache@v2
28+ - uses : actions/cache@v4
2929 env :
3030 cache-name : cache-node-modules
3131 with :
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
1919 with :
2020 python-version : " 3.10.12"
2121 # Set node version
22- - uses : actions/setup-node@v2
22+ - uses : actions/setup-node@v4
2323 with :
2424 node-version : " 14.21.3"
2525 - name : Set NPM 7
2626 run : npm install -g npm@8.19.4
2727 # Cache node_modules
28- - uses : actions/cache@v2
28+ - uses : actions/cache@v4
2929 env :
3030 cache-name : cache-node-modules
3131 with :
@@ -58,13 +58,13 @@ jobs:
5858 with :
5959 python-version : " 3.10.12"
6060 # Set node version
61- - uses : actions/setup-node@v2
61+ - uses : actions/setup-node@v4
6262 with :
6363 node-version : " 14.21.3"
6464 - name : Set NPM 7
6565 run : npm install -g npm@8.19.4
6666 # Cache node_modules
67- - uses : actions/cache@v2
67+ - uses : actions/cache@v4
6868 env :
6969 cache-name : cache-node-modules
7070 with :
You can’t perform that action at this time.
0 commit comments