Skip to content

Commit 8cc7686

Browse files
ci(deps): Bump actions/cache from 3.3.1 to 3.3.2 (#261)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 858f0be commit 8cc7686

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 7 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/cache@v3.3.1
83+
uses: actions/cache@v3.3.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/cache@v3.3.1
113+
uses: actions/cache@v3.3.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/cache@v3.3.1
164+
uses: actions/cache@v3.3.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/cache@v3.3.1
192+
uses: actions/cache@v3.3.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/cache@v3.3.1
220+
uses: actions/cache@v3.3.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/cache@v3.3.1
263+
uses: actions/cache@v3.3.2
264264
with:
265265
key: ${{ runner.os }}-${{ github.run_id }}
266266
path: ${{ env.CACHE_PATH }}
@@ -301,7 +301,7 @@ jobs:
301301
node-version-file: .nvmrc
302302
- id: cache
303303
name: Restore dependencies cache
304-
uses: actions/cache@v3.3.1
304+
uses: actions/cache@v3.3.2
305305
with:
306306
key: ${{ runner.os }}-${{ github.run_id }}
307307
path: ${{ env.CACHE_PATH }}

0 commit comments

Comments
 (0)