Skip to content

Commit 644ccf4

Browse files
chore(deps): Bump actions/cache from 4 to 5 (#344)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' 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 fc12d24 commit 644ccf4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-next.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
id: yarn-cache-dir-path
3737
run: echo "dir=$(npx yarn cache dir)" >> ${GITHUB_OUTPUT}
3838

39-
- uses: actions/cache@v4
39+
- uses: actions/cache@v5
4040
id: yarn-cache
4141
with:
4242
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

.github/workflows/pr-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
id: yarn-cache-dir-path-unix
5252
run: echo "dir=$(yarn cache dir)" >> ${GITHUB_OUTPUT}
5353

54-
- uses: actions/cache@v4
54+
- uses: actions/cache@v5
5555
if: ${{ matrix.os=='windows-2022' }}
5656
id: yarn-cache-windows
5757
with:
@@ -60,7 +60,7 @@ jobs:
6060
restore-keys: |
6161
${{ runner.os }}-yarn-
6262
63-
- uses: actions/cache@v4
63+
- uses: actions/cache@v5
6464
if: ${{ matrix.os=='ubuntu-24.04' }}
6565
id: yarn-cache-unix
6666
with:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
id: yarn-cache-dir-path
106106
run: echo "dir=$(npx yarn cache dir)" >> ${GITHUB_OUTPUT}
107107

108-
- uses: actions/cache@v4
108+
- uses: actions/cache@v5
109109
id: yarn-cache
110110
with:
111111
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)