Skip to content

Commit f9229c9

Browse files
build(deps): bump actions/cache from 5 to 6 (#445)
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 995bb65 commit f9229c9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: echo "::set-output name=dir::$(yarn cache dir)"
1616

1717
- name: Cache dependencies
18-
uses: actions/cache@v5
18+
uses: actions/cache@v6
1919
with:
2020
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
2121
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: echo "::set-output name=dir::$(yarn cache dir)"
3535

3636
- name: Cache dependencies
37-
uses: actions/cache@v5
37+
uses: actions/cache@v6
3838
with:
3939
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
4040
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)