72
72
run : yarn ${{ github.actor == 'dependabot[bot]' && '--no-immutable' || '--immutable' }}
73
73
- id : cache
74
74
name : Cache dependencies
75
- uses : actions/cache@v3.2.5
75
+ uses : actions/cache@v3.2.6
76
76
with :
77
77
key : ${{ runner.os }}-${{ github.run_id }}
78
78
path : ${{ env.CACHE_PATH }}
@@ -121,7 +121,7 @@ jobs:
121
121
node-version-file : .nvmrc
122
122
- id : cache
123
123
name : Restore dependencies cache
124
- uses : actions/cache@v3.2.5
124
+ uses : actions/cache@v3.2.6
125
125
with :
126
126
key : ${{ runner.os }}-${{ github.run_id }}
127
127
path : ${{ env.CACHE_PATH }}
@@ -146,7 +146,7 @@ jobs:
146
146
node-version-file : .nvmrc
147
147
- id : cache
148
148
name : Restore dependencies cache
149
- uses : actions/cache@v3.2.5
149
+ uses : actions/cache@v3.2.6
150
150
with :
151
151
key : ${{ runner.os }}-${{ github.run_id }}
152
152
path : ${{ env.CACHE_PATH }}
@@ -171,7 +171,7 @@ jobs:
171
171
node-version-file : .nvmrc
172
172
- id : cache
173
173
name : Restore dependencies cache
174
- uses : actions/cache@v3.2.5
174
+ uses : actions/cache@v3.2.6
175
175
with :
176
176
key : ${{ runner.os }}-${{ github.run_id }}
177
177
path : ${{ env.CACHE_PATH }}
@@ -204,7 +204,7 @@ jobs:
204
204
node-version-file : .nvmrc
205
205
- id : cache
206
206
name : Restore dependencies cache
207
- uses : actions/cache@v3.2.5
207
+ uses : actions/cache@v3.2.6
208
208
with :
209
209
key : ${{ runner.os }}-${{ github.run_id }}
210
210
path : ${{ env.CACHE_PATH }}
@@ -247,7 +247,7 @@ jobs:
247
247
node-version : ${{ matrix.node-version }}
248
248
- id : cache
249
249
name : Restore dependencies cache
250
- uses : actions/cache@v3.2.5
250
+ uses : actions/cache@v3.2.6
251
251
with :
252
252
key : ${{ runner.os }}-${{ github.run_id }}
253
253
path : ${{ env.CACHE_PATH }}
@@ -292,7 +292,7 @@ jobs:
292
292
node-version-file : .nvmrc
293
293
- id : cache
294
294
name : Restore dependencies cache
295
- uses : actions/cache@v3.2.5
295
+ uses : actions/cache@v3.2.6
296
296
with :
297
297
key : ${{ runner.os }}-${{ github.run_id }}
298
298
path : ${{ env.CACHE_PATH }}
0 commit comments