| 
80 | 80 |         run: yarn ${{ github.actor == 'dependabot[bot]' && '--no-immutable' || '--immutable' }}  | 
81 | 81 |       - id: cache  | 
82 | 82 |         name: Cache dependencies  | 
83 |  | - | 
 | 83 | + | 
84 | 84 |         with:  | 
85 | 85 |           key: ${{ runner.os }}-${{ github.run_id }}  | 
86 | 86 |           path: ${{ env.CACHE_PATH }}  | 
@@ -110,7 +110,7 @@ jobs:  | 
110 | 110 |           node-version-file: .nvmrc  | 
111 | 111 |       - id: cache  | 
112 | 112 |         name: Restore dependencies cache  | 
113 |  | - | 
 | 113 | + | 
114 | 114 |         with:  | 
115 | 115 |           key: ${{ runner.os }}-${{ github.run_id }}  | 
116 | 116 |           path: ${{ env.CACHE_PATH }}  | 
@@ -161,7 +161,7 @@ jobs:  | 
161 | 161 |           node-version-file: .nvmrc  | 
162 | 162 |       - id: cache  | 
163 | 163 |         name: Restore dependencies cache  | 
164 |  | - | 
 | 164 | + | 
165 | 165 |         with:  | 
166 | 166 |           key: ${{ runner.os }}-${{ github.run_id }}  | 
167 | 167 |           path: ${{ env.CACHE_PATH }}  | 
@@ -189,7 +189,7 @@ jobs:  | 
189 | 189 |           node-version-file: .nvmrc  | 
190 | 190 |       - id: cache  | 
191 | 191 |         name: Restore dependencies cache  | 
192 |  | - | 
 | 192 | + | 
193 | 193 |         with:  | 
194 | 194 |           key: ${{ runner.os }}-${{ github.run_id }}  | 
195 | 195 |           path: ${{ env.CACHE_PATH }}  | 
@@ -217,7 +217,7 @@ jobs:  | 
217 | 217 |           node-version-file: .nvmrc  | 
218 | 218 |       - id: cache  | 
219 | 219 |         name: Restore dependencies cache  | 
220 |  | - | 
 | 220 | + | 
221 | 221 |         with:  | 
222 | 222 |           key: ${{ runner.os }}-${{ github.run_id }}  | 
223 | 223 |           path: ${{ env.CACHE_PATH }}  | 
@@ -259,7 +259,7 @@ jobs:  | 
259 | 259 |       - id: cache  | 
260 | 260 |         if: steps.test-files-check.outputs.files_exists == 'true'  | 
261 | 261 |         name: Restore dependencies cache  | 
262 |  | - | 
 | 262 | + | 
263 | 263 |         with:  | 
264 | 264 |           key: ${{ runner.os }}-${{ github.run_id }}  | 
265 | 265 |           path: ${{ env.CACHE_PATH }}  | 
@@ -318,7 +318,7 @@ jobs:  | 
318 | 318 |       - id: cache  | 
319 | 319 |         if: steps.test-files-check.outputs.files_exists == 'true'  | 
320 | 320 |         name: Restore dependencies cache  | 
321 |  | - | 
 | 321 | + | 
322 | 322 |         with:  | 
323 | 323 |           key: ${{ runner.os }}-${{ github.run_id }}  | 
324 | 324 |           path: ${{ env.CACHE_PATH }}  | 
@@ -372,7 +372,7 @@ jobs:  | 
372 | 372 |           node-version-file: .nvmrc  | 
373 | 373 |       - id: cache  | 
374 | 374 |         name: Restore dependencies cache  | 
375 |  | - | 
 | 375 | + | 
376 | 376 |         with:  | 
377 | 377 |           key: ${{ runner.os }}-${{ github.run_id }}  | 
378 | 378 |           path: ${{ env.CACHE_PATH }}  | 
 | 
0 commit comments