Skip to content

Commit ba363e5

Browse files
chore(deps): bump actions/cache from 4 to 5 (#1857)
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 0bd73c5 commit ba363e5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
id: yarn-cache-dir-path
3232
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
3333

34-
- uses: actions/cache@v4
34+
- uses: actions/cache@v5
3535
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
3636
with:
3737
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -61,7 +61,7 @@ jobs:
6161
id: yarn-cache-dir-path
6262
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
6363

64-
- uses: actions/cache@v4
64+
- uses: actions/cache@v5
6565
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
6666
with:
6767
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -92,7 +92,7 @@ jobs:
9292
id: yarn-cache-dir-path
9393
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
9494

95-
- uses: actions/cache@v4
95+
- uses: actions/cache@v5
9696
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
9797
with:
9898
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id: yarn-cache-dir-path
3434
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
3535

36-
- uses: actions/cache@v4
36+
- uses: actions/cache@v5
3737
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
3838
with:
3939
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

.github/workflows/docsv2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
id: yarn-cache-dir-path
3333
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
3434

35-
- uses: actions/cache@v4
35+
- uses: actions/cache@v5
3636
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
3737
with:
3838
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)