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.3.0
75
+ uses : actions/cache@v3.3.1
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.3.0
124
+ uses : actions/cache@v3.3.1
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.3.0
149
+ uses : actions/cache@v3.3.1
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.3.0
174
+ uses : actions/cache@v3.3.1
175
175
with :
176
176
key : ${{ runner.os }}-${{ github.run_id }}
177
177
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.3.0
206
+ uses : actions/cache@v3.3.1
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.3.0
249
+ uses : actions/cache@v3.3.1
250
250
with :
251
251
key : ${{ runner.os }}-${{ github.run_id }}
252
252
path : ${{ env.CACHE_PATH }}
@@ -291,7 +291,7 @@ jobs:
291
291
node-version-file : .nvmrc
292
292
- id : cache
293
293
name : Restore dependencies cache
294
- uses : actions/cache@v3.3.0
294
+ uses : actions/cache@v3.3.1
295
295
with :
296
296
key : ${{ runner.os }}-${{ github.run_id }}
297
297
path : ${{ env.CACHE_PATH }}
0 commit comments