File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
with :
104
104
node-version : ' 16.x'
105
105
- name : Cache Node.js modules
106
- uses : actions/cache@v2
106
+ uses : actions/cache@v4
107
107
with :
108
108
path : ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
109
109
key : ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121
121
with :
122
122
node-version : " 16.x"
123
123
- name : Cache Node.js modules
124
- uses : actions/cache@v2
124
+ uses : actions/cache@v4
125
125
with :
126
126
path : ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
127
127
key : ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 14
14
uses : actions/setup-python@v2
15
15
with :
16
16
python-version : 3.8
17
- - uses : actions/cache@v2
17
+ - uses : actions/cache@v4
18
18
with :
19
19
path : ~/.cache/pip
20
20
key : ${{ runner.os }}-pipd-${{ hashFiles('requirements.dev.txt') }}
You can’t perform that action at this time.
0 commit comments