71
71
run : yarn ${{ github.actor == 'dependabot[bot]' && '--no-immutable' || '--immutable' }}
72
72
- id : cache
73
73
name : Cache dependencies
74
- uses : actions/cache@v3.2.5
74
+ uses : actions/cache@v3.2.6
75
75
with :
76
76
key : ${{ runner.os }}-${{ github.run_id }}
77
77
path : ${{ env.CACHE_PATH }}
@@ -120,7 +120,7 @@ jobs:
120
120
node-version-file : .nvmrc
121
121
- id : cache
122
122
name : Restore dependencies cache
123
- uses : actions/cache@v3.2.5
123
+ uses : actions/cache@v3.2.6
124
124
with :
125
125
key : ${{ runner.os }}-${{ github.run_id }}
126
126
path : ${{ env.CACHE_PATH }}
@@ -145,7 +145,7 @@ jobs:
145
145
node-version-file : .nvmrc
146
146
- id : cache
147
147
name : Restore dependencies cache
148
- uses : actions/cache@v3.2.5
148
+ uses : actions/cache@v3.2.6
149
149
with :
150
150
key : ${{ runner.os }}-${{ github.run_id }}
151
151
path : ${{ env.CACHE_PATH }}
@@ -170,7 +170,7 @@ jobs:
170
170
node-version-file : .nvmrc
171
171
- id : cache
172
172
name : Restore dependencies cache
173
- uses : actions/cache@v3.2.5
173
+ uses : actions/cache@v3.2.6
174
174
with :
175
175
key : ${{ runner.os }}-${{ github.run_id }}
176
176
path : ${{ env.CACHE_PATH }}
@@ -203,7 +203,7 @@ jobs:
203
203
node-version-file : .nvmrc
204
204
- id : cache
205
205
name : Restore dependencies cache
206
- uses : actions/cache@v3.2.5
206
+ uses : actions/cache@v3.2.6
207
207
with :
208
208
key : ${{ runner.os }}-${{ github.run_id }}
209
209
path : ${{ env.CACHE_PATH }}
@@ -246,7 +246,7 @@ jobs:
246
246
node-version : ${{ matrix.node-version }}
247
247
- id : cache
248
248
name : Restore dependencies cache
249
- uses : actions/cache@v3.2.5
249
+ uses : actions/cache@v3.2.6
250
250
with :
251
251
key : ${{ runner.os }}-${{ github.run_id }}
252
252
path : ${{ env.CACHE_PATH }}
@@ -271,7 +271,7 @@ jobs:
271
271
node-version-file : .nvmrc
272
272
- id : cache
273
273
name : Restore dependencies cache
274
- uses : actions/cache@v3.2.5
274
+ uses : actions/cache@v3.2.6
275
275
with :
276
276
key : ${{ runner.os }}-${{ github.run_id }}
277
277
path : ${{ env.CACHE_PATH }}
0 commit comments