Skip to content

Commit 674b506

Browse files
Bump actions/cache from 2 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c84380a commit 674b506

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
node-version: ${{ matrix.node }}
2929
- name: Cache dependencies
30-
uses: actions/cache@v2
30+
uses: actions/cache@v3
3131
with:
3232
path: |
3333
./node_modules
@@ -49,13 +49,13 @@ jobs:
4949
with:
5050
node-version: ${{ matrix.node }}
5151
- name: Cache dependencies
52-
uses: actions/cache@v2
52+
uses: actions/cache@v3
5353
with:
5454
path: |
5555
./node_modules
5656
key: ${{ hashFiles('yarn.lock') }}
5757
- name: Cache dependencies
58-
uses: actions/cache@v2
58+
uses: actions/cache@v3
5959
with:
6060
path: |
6161
./playground/node_modules
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
node-version: '14.x'
7676
- name: Cache dependencies
77-
uses: actions/cache@v2
77+
uses: actions/cache@v3
7878
with:
7979
path: |
8080
./node_modules

0 commit comments

Comments
 (0)