Skip to content

Commit 45b7880

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

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 }}
@@ -259,7 +259,7 @@ jobs:
259259
- id: cache
260260
if: steps.test-files-check.outputs.files_exists == 'true'
261261
name: Restore dependencies cache
262-
uses: actions/[email protected].1
262+
uses: actions/[email protected].2
263263
with:
264264
key: ${{ runner.os }}-${{ github.run_id }}
265265
path: ${{ env.CACHE_PATH }}
@@ -318,7 +318,7 @@ jobs:
318318
- id: cache
319319
if: steps.test-files-check.outputs.files_exists == 'true'
320320
name: Restore dependencies cache
321-
uses: actions/[email protected].1
321+
uses: actions/[email protected].2
322322
with:
323323
key: ${{ runner.os }}-${{ github.run_id }}
324324
path: ${{ env.CACHE_PATH }}
@@ -372,7 +372,7 @@ jobs:
372372
node-version-file: .nvmrc
373373
- id: cache
374374
name: Restore dependencies cache
375-
uses: actions/[email protected].1
375+
uses: actions/[email protected].2
376376
with:
377377
key: ${{ runner.os }}-${{ github.run_id }}
378378
path: ${{ env.CACHE_PATH }}

0 commit comments

Comments
 (0)