Skip to content

Commit 80934dc

Browse files
ci(deps): Bump actions/cache from 3.3.1 to 3.3.2
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.3.1...v3.3.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a7a65c5 commit 80934dc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

+8-8
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 }}
@@ -164,7 +164,7 @@ jobs:
164164
node-version-file: .nvmrc
165165
- id: cache
166166
name: Restore dependencies cache
167-
uses: actions/[email protected].1
167+
uses: actions/[email protected].2
168168
with:
169169
key: ${{ runner.os }}-${{ github.run_id }}
170170
path: ${{ env.CACHE_PATH }}
@@ -192,7 +192,7 @@ jobs:
192192
node-version-file: .nvmrc
193193
- id: cache
194194
name: Restore dependencies cache
195-
uses: actions/[email protected].1
195+
uses: actions/[email protected].2
196196
with:
197197
key: ${{ runner.os }}-${{ github.run_id }}
198198
path: ${{ env.CACHE_PATH }}
@@ -223,7 +223,7 @@ jobs:
223223
node-version-file: .nvmrc
224224
- id: cache
225225
name: Restore dependencies cache
226-
uses: actions/[email protected].1
226+
uses: actions/[email protected].2
227227
with:
228228
key: ${{ runner.os }}-${{ github.run_id }}
229229
path: ${{ env.CACHE_PATH }}
@@ -266,7 +266,7 @@ jobs:
266266
- id: cache
267267
if: steps.test-files-check.outputs.files_exists == 'true'
268268
name: Restore dependencies cache
269-
uses: actions/[email protected].1
269+
uses: actions/[email protected].2
270270
with:
271271
key: ${{ runner.os }}-${{ github.run_id }}
272272
path: ${{ env.CACHE_PATH }}
@@ -327,7 +327,7 @@ jobs:
327327
- id: cache
328328
if: steps.test-files-check.outputs.files_exists == 'true'
329329
name: Restore dependencies cache
330-
uses: actions/[email protected].1
330+
uses: actions/[email protected].2
331331
with:
332332
key: ${{ runner.os }}-${{ github.run_id }}
333333
path: ${{ env.CACHE_PATH }}
@@ -378,7 +378,7 @@ jobs:
378378
node-version-file: .nvmrc
379379
- id: cache
380380
name: Restore dependencies cache
381-
uses: actions/[email protected].1
381+
uses: actions/[email protected].2
382382
with:
383383
key: ${{ runner.os }}-${{ github.run_id }}
384384
path: ${{ env.CACHE_PATH }}

0 commit comments

Comments
 (0)