73
73
run : yarn ${{ github.actor == 'dependabot[bot]' && '--no-immutable' || '--immutable' }}
74
74
- id : cache
75
75
name : Cache dependencies
76
- uses : actions/cache@v3.2.5
76
+ uses : actions/cache@v3.2.6
77
77
with :
78
78
key : ${{ runner.os }}-${{ github.run_id }}
79
79
path : ${{ env.CACHE_PATH }}
@@ -122,7 +122,7 @@ jobs:
122
122
node-version-file : .nvmrc
123
123
- id : cache
124
124
name : Restore dependencies cache
125
- uses : actions/cache@v3.2.5
125
+ uses : actions/cache@v3.2.6
126
126
with :
127
127
key : ${{ runner.os }}-${{ github.run_id }}
128
128
path : ${{ env.CACHE_PATH }}
@@ -147,7 +147,7 @@ jobs:
147
147
node-version-file : .nvmrc
148
148
- id : cache
149
149
name : Restore dependencies cache
150
- uses : actions/cache@v3.2.5
150
+ uses : actions/cache@v3.2.6
151
151
with :
152
152
key : ${{ runner.os }}-${{ github.run_id }}
153
153
path : ${{ env.CACHE_PATH }}
@@ -172,7 +172,7 @@ jobs:
172
172
node-version-file : .nvmrc
173
173
- id : cache
174
174
name : Restore dependencies cache
175
- uses : actions/cache@v3.2.5
175
+ uses : actions/cache@v3.2.6
176
176
with :
177
177
key : ${{ runner.os }}-${{ github.run_id }}
178
178
path : ${{ env.CACHE_PATH }}
@@ -206,7 +206,7 @@ jobs:
206
206
node-version-file : .nvmrc
207
207
- id : cache
208
208
name : Restore dependencies cache
209
- uses : actions/cache@v3.2.5
209
+ uses : actions/cache@v3.2.6
210
210
with :
211
211
key : ${{ runner.os }}-${{ github.run_id }}
212
212
path : ${{ env.CACHE_PATH }}
@@ -249,7 +249,7 @@ jobs:
249
249
node-version : ${{ matrix.node-version }}
250
250
- id : cache
251
251
name : Restore dependencies cache
252
- uses : actions/cache@v3.2.5
252
+ uses : actions/cache@v3.2.6
253
253
with :
254
254
key : ${{ runner.os }}-${{ github.run_id }}
255
255
path : ${{ env.CACHE_PATH }}
@@ -294,7 +294,7 @@ jobs:
294
294
node-version-file : .nvmrc
295
295
- id : cache
296
296
name : Restore dependencies cache
297
- uses : actions/cache@v3.2.5
297
+ uses : actions/cache@v3.2.6
298
298
with :
299
299
key : ${{ runner.os }}-${{ github.run_id }}
300
300
path : ${{ env.CACHE_PATH }}
@@ -344,7 +344,7 @@ jobs:
344
344
node-version-file : .nvmrc
345
345
- id : cache
346
346
name : Restore dependencies cache
347
- uses : actions/cache@v3.2.5
347
+ uses : actions/cache@v3.2.6
348
348
with :
349
349
key : ${{ runner.os }}-${{ github.run_id }}
350
350
path : ${{ env.CACHE_PATH }}
0 commit comments