Skip to content

Commit 9cccb25

Browse files
ci(deps): Bump actions/cache from 3.3.0 to 3.3.1 (#114)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a754f79 commit 9cccb25

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.3.0
76+
uses: actions/cache@v3.3.1
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.3.0
105+
uses: actions/cache@v3.3.1
106106
with:
107107
key: ${{ runner.os }}-${{ github.run_id }}
108108
path: ${{ env.CACHE_PATH }}
@@ -150,7 +150,7 @@ jobs:
150150
node-version-file: .nvmrc
151151
- id: cache
152152
name: Restore dependencies cache
153-
uses: actions/cache@v3.3.0
153+
uses: actions/cache@v3.3.1
154154
with:
155155
key: ${{ runner.os }}-${{ github.run_id }}
156156
path: ${{ env.CACHE_PATH }}
@@ -177,7 +177,7 @@ jobs:
177177
node-version-file: .nvmrc
178178
- id: cache
179179
name: Restore dependencies cache
180-
uses: actions/cache@v3.3.0
180+
uses: actions/cache@v3.3.1
181181
with:
182182
key: ${{ runner.os }}-${{ github.run_id }}
183183
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.3.0
207+
uses: actions/cache@v3.3.1
208208
with:
209209
key: ${{ runner.os }}-${{ github.run_id }}
210210
path: ${{ env.CACHE_PATH }}
@@ -241,7 +241,7 @@ jobs:
241241
node-version-file: .nvmrc
242242
- id: cache
243243
name: Restore dependencies cache
244-
uses: actions/cache@v3.3.0
244+
uses: actions/cache@v3.3.1
245245
with:
246246
key: ${{ runner.os }}-${{ github.run_id }}
247247
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.3.0
289+
uses: actions/cache@v3.3.1
290290
with:
291291
key: ${{ runner.os }}-${{ github.run_id }}
292292
path: ${{ env.CACHE_PATH }}
@@ -334,7 +334,7 @@ jobs:
334334
node-version-file: .nvmrc
335335
- id: cache
336336
name: Restore dependencies cache
337-
uses: actions/cache@v3.3.0
337+
uses: actions/cache@v3.3.1
338338
with:
339339
key: ${{ runner.os }}-${{ github.run_id }}
340340
path: ${{ env.CACHE_PATH }}

0 commit comments

Comments
 (0)