Skip to content

Commit a38f079

Browse files
chore(deps): bump actions/cache from 3 to 4 (#837)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 594370a commit a38f079

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: echo "::set-output name=dir::$(yarn cache dir)"
1919

2020
- name: Yarn cache
21-
uses: actions/cache@v3
21+
uses: actions/cache@v4
2222
with:
2323
path: ${{ steps.yarn-cache.outputs.dir }}
2424
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
@@ -58,15 +58,15 @@ jobs:
5858
run: echo "::set-output name=dir::$(yarn cache dir)"
5959

6060
- name: Yarn cache
61-
uses: actions/cache@v3
61+
uses: actions/cache@v4
6262
with:
6363
path: ${{ steps.yarn-cache.outputs.dir }}
6464
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
6565
restore-keys: |
6666
${{ runner.os }}-yarn-
6767
6868
- name: Locks cache
69-
uses: actions/cache@v3
69+
uses: actions/cache@v4
7070
with:
7171
path: test/e2e/__locks__
7272
key: ${{ runner.os }}-locks

0 commit comments

Comments
 (0)