File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 20
20
ref : ${{ github.event.pull_request.head.sha }}
21
21
persist-credentials : false
22
22
- name : ' Cache node_modules'
23
- uses : actions/cache@v3
23
+ uses : actions/cache@v4
24
24
with :
25
25
path : ' ~/.npm'
26
26
key : " ubuntu-latest-node-full-lts-${{ hashFiles('**/package-lock.json') }}"
32
32
SAUCE_USERNAME : ' ${{secrets.SAUCE_USERNAME}}'
33
33
SAUCE_ACCESS_KEY : ' ${{secrets.SAUCE_ACCESS_KEY}}'
34
34
- name : remove 'run-browser-test' label
35
- uses : buildsville/add-remove-label@v2.0.0
35
+ uses : buildsville/add-remove-label@v2.0.1
36
36
if : ${{ always() }}
37
37
with :
38
38
token : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 70
70
with :
71
71
persist-credentials : false
72
72
- name : ' Cache node_modules'
73
- uses : actions/cache@v3
73
+ uses : actions/cache@v4
74
74
with :
75
75
path : ' ~/.npm'
76
76
key : " ubuntu-latest-node-lts-${{ hashFiles('**/package-lock.json') }}"
@@ -113,7 +113,7 @@ jobs:
113
113
run : |
114
114
echo "dir=$(npm config get cache)" >> $env:GITHUB_OUTPUT
115
115
- name : ' Cache node_modules'
116
- uses : actions/cache@v3
116
+ uses : actions/cache@v4
117
117
with :
118
118
path : ${{ matrix.os == 'ubuntu-latest' && '~/.npm' || steps.npm-cache.outputs.dir }}
119
119
key : " ${{ matrix.os }}-node-v${{ matrix.node }}-${{ hashFiles('**/package-lock.json') }}"
@@ -152,7 +152,7 @@ jobs:
152
152
with :
153
153
persist-credentials : false
154
154
- name : ' Cache node_modules'
155
- uses : actions/cache@v3
155
+ uses : actions/cache@v4
156
156
with :
157
157
path : ' ~/.npm'
158
158
# this key is different than above, since we are running scripts
@@ -189,7 +189,7 @@ jobs:
189
189
with :
190
190
persist-credentials : false
191
191
- name : ' Cache node_modules'
192
- uses : actions/cache@v3
192
+ uses : actions/cache@v4
193
193
with :
194
194
path : ' ~/.npm'
195
195
# this key is different than above, since we are running scripts
You can’t perform that action at this time.
0 commit comments