Skip to content

Commit 799ed21

Browse files
ci(deps): Bump actions/cache from 3.2.6 to 3.3.0 (#36)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7b666f8 commit 799ed21

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
@@ -73,7 +73,7 @@ jobs:
7373
run: yarn ${{ github.actor == 'dependabot[bot]' && '--no-immutable' || '--immutable' }}
7474
- id: cache
7575
name: Cache dependencies
76-
uses: actions/cache@v3.2.6
76+
uses: actions/cache@v3.3.0
7777
with:
7878
key: ${{ runner.os }}-${{ github.run_id }}
7979
path: ${{ env.CACHE_PATH }}
@@ -102,7 +102,7 @@ jobs:
102102
node-version-file: .nvmrc
103103
- id: cache
104104
name: Restore dependencies cache
105-
uses: actions/cache@v3.2.6
105+
uses: actions/cache@v3.3.0
106106
with:
107107
key: ${{ runner.os }}-${{ github.run_id }}
108108
path: ${{ env.CACHE_PATH }}
@@ -151,7 +151,7 @@ jobs:
151151
node-version-file: .nvmrc
152152
- id: cache
153153
name: Restore dependencies cache
154-
uses: actions/cache@v3.2.6
154+
uses: actions/cache@v3.3.0
155155
with:
156156
key: ${{ runner.os }}-${{ github.run_id }}
157157
path: ${{ env.CACHE_PATH }}
@@ -176,7 +176,7 @@ jobs:
176176
node-version-file: .nvmrc
177177
- id: cache
178178
name: Restore dependencies cache
179-
uses: actions/cache@v3.2.6
179+
uses: actions/cache@v3.3.0
180180
with:
181181
key: ${{ runner.os }}-${{ github.run_id }}
182182
path: ${{ env.CACHE_PATH }}
@@ -204,7 +204,7 @@ jobs:
204204
node-version-file: .nvmrc
205205
- id: cache
206206
name: Restore dependencies cache
207-
uses: actions/cache@v3.2.6
207+
uses: actions/cache@v3.3.0
208208
with:
209209
key: ${{ runner.os }}-${{ github.run_id }}
210210
path: ${{ env.CACHE_PATH }}
@@ -239,7 +239,7 @@ jobs:
239239
node-version-file: .nvmrc
240240
- id: cache
241241
name: Restore dependencies cache
242-
uses: actions/cache@v3.2.6
242+
uses: actions/cache@v3.3.0
243243
with:
244244
key: ${{ runner.os }}-${{ github.run_id }}
245245
path: ${{ env.CACHE_PATH }}
@@ -286,7 +286,7 @@ jobs:
286286
node-version: ${{ matrix.node-version }}
287287
- id: cache
288288
name: Restore dependencies cache
289-
uses: actions/cache@v3.2.6
289+
uses: actions/cache@v3.3.0
290290
with:
291291
key: ${{ runner.os }}-${{ github.run_id }}
292292
path: ${{ env.CACHE_PATH }}
@@ -333,7 +333,7 @@ jobs:
333333
node-version-file: .nvmrc
334334
- id: cache
335335
name: Restore dependencies cache
336-
uses: actions/cache@v3.2.6
336+
uses: actions/cache@v3.3.0
337337
with:
338338
key: ${{ runner.os }}-${{ github.run_id }}
339339
path: ${{ env.CACHE_PATH }}

0 commit comments

Comments
 (0)