Skip to content

Commit 7728379

Browse files
ci(deps): Bump actions/cache from 3.3.1 to 3.3.2 (#299)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac4c652 commit 7728379

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: yarn ${{ github.actor == 'dependabot[bot]' && '--no-immutable' || '--immutable' }}
8181
- id: cache
8282
name: Cache dependencies
83-
uses: actions/[email protected].1
83+
uses: actions/[email protected].2
8484
with:
8585
key: ${{ runner.os }}-${{ github.run_id }}
8686
path: ${{ env.CACHE_PATH }}
@@ -110,7 +110,7 @@ jobs:
110110
node-version-file: .nvmrc
111111
- id: cache
112112
name: Restore dependencies cache
113-
uses: actions/[email protected].1
113+
uses: actions/[email protected].2
114114
with:
115115
key: ${{ runner.os }}-${{ github.run_id }}
116116
path: ${{ env.CACHE_PATH }}
@@ -161,7 +161,7 @@ jobs:
161161
node-version-file: .nvmrc
162162
- id: cache
163163
name: Restore dependencies cache
164-
uses: actions/[email protected].1
164+
uses: actions/[email protected].2
165165
with:
166166
key: ${{ runner.os }}-${{ github.run_id }}
167167
path: ${{ env.CACHE_PATH }}
@@ -189,7 +189,7 @@ jobs:
189189
node-version-file: .nvmrc
190190
- id: cache
191191
name: Restore dependencies cache
192-
uses: actions/[email protected].1
192+
uses: actions/[email protected].2
193193
with:
194194
key: ${{ runner.os }}-${{ github.run_id }}
195195
path: ${{ env.CACHE_PATH }}
@@ -217,7 +217,7 @@ jobs:
217217
node-version-file: .nvmrc
218218
- id: cache
219219
name: Restore dependencies cache
220-
uses: actions/[email protected].1
220+
uses: actions/[email protected].2
221221
with:
222222
key: ${{ runner.os }}-${{ github.run_id }}
223223
path: ${{ env.CACHE_PATH }}
@@ -260,7 +260,7 @@ jobs:
260260
- id: cache
261261
if: steps.test-files-check.outputs.files_exists == 'true'
262262
name: Restore dependencies cache
263-
uses: actions/[email protected].1
263+
uses: actions/[email protected].2
264264
with:
265265
key: ${{ runner.os }}-${{ github.run_id }}
266266
path: ${{ env.CACHE_PATH }}
@@ -312,7 +312,7 @@ jobs:
312312
- id: cache
313313
if: steps.test-files-check.outputs.files_exists == 'true'
314314
name: Restore dependencies cache
315-
uses: actions/[email protected].1
315+
uses: actions/[email protected].2
316316
with:
317317
key: ${{ runner.os }}-${{ github.run_id }}
318318
path: ${{ env.CACHE_PATH }}
@@ -366,7 +366,7 @@ jobs:
366366
node-version-file: .nvmrc
367367
- id: cache
368368
name: Restore dependencies cache
369-
uses: actions/[email protected].1
369+
uses: actions/[email protected].2
370370
with:
371371
key: ${{ runner.os }}-${{ github.run_id }}
372372
path: ${{ env.CACHE_PATH }}

0 commit comments

Comments
 (0)