Skip to content

Commit 307373f

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

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
@@ -78,7 +78,7 @@ jobs:
7878
run: yarn ${{ github.actor == 'dependabot[bot]' && '--no-immutable' || '--immutable' }}
7979
- id: cache
8080
name: Cache dependencies
81-
uses: actions/[email protected].1
81+
uses: actions/[email protected].2
8282
with:
8383
key: ${{ runner.os }}-${{ github.run_id }}
8484
path: ${{ env.CACHE_PATH }}
@@ -107,7 +107,7 @@ jobs:
107107
node-version-file: .nvmrc
108108
- id: cache
109109
name: Restore dependencies cache
110-
uses: actions/[email protected].1
110+
uses: actions/[email protected].2
111111
with:
112112
key: ${{ runner.os }}-${{ github.run_id }}
113113
path: ${{ env.CACHE_PATH }}
@@ -156,7 +156,7 @@ jobs:
156156
node-version-file: .nvmrc
157157
- id: cache
158158
name: Restore dependencies cache
159-
uses: actions/[email protected].1
159+
uses: actions/[email protected].2
160160
with:
161161
key: ${{ runner.os }}-${{ github.run_id }}
162162
path: ${{ env.CACHE_PATH }}
@@ -183,7 +183,7 @@ jobs:
183183
node-version-file: .nvmrc
184184
- id: cache
185185
name: Restore dependencies cache
186-
uses: actions/[email protected].1
186+
uses: actions/[email protected].2
187187
with:
188188
key: ${{ runner.os }}-${{ github.run_id }}
189189
path: ${{ env.CACHE_PATH }}
@@ -210,7 +210,7 @@ jobs:
210210
node-version-file: .nvmrc
211211
- id: cache
212212
name: Restore dependencies cache
213-
uses: actions/[email protected].1
213+
uses: actions/[email protected].2
214214
with:
215215
key: ${{ runner.os }}-${{ github.run_id }}
216216
path: ${{ env.CACHE_PATH }}
@@ -246,7 +246,7 @@ jobs:
246246
node-version-file: .nvmrc
247247
- id: cache
248248
name: Restore dependencies cache
249-
uses: actions/[email protected].1
249+
uses: actions/[email protected].2
250250
with:
251251
key: ${{ runner.os }}-${{ github.run_id }}
252252
path: ${{ env.CACHE_PATH }}
@@ -291,7 +291,7 @@ jobs:
291291
node-version: ${{ matrix.node-version }}
292292
- id: cache
293293
name: Restore dependencies cache
294-
uses: actions/[email protected].1
294+
uses: actions/[email protected].2
295295
with:
296296
key: ${{ runner.os }}-${{ github.run_id }}
297297
path: ${{ env.CACHE_PATH }}
@@ -345,7 +345,7 @@ jobs:
345345
node-version-file: .nvmrc
346346
- id: cache
347347
name: Restore dependencies cache
348-
uses: actions/[email protected].1
348+
uses: actions/[email protected].2
349349
with:
350350
key: ${{ runner.os }}-${{ github.run_id }}
351351
path: ${{ env.CACHE_PATH }}

0 commit comments

Comments
 (0)