Skip to content

Commit ffdd1b3

Browse files
build(deps): bump actions/cache from 5 to 6
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>
1 parent 4b74770 commit ffdd1b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
echo "$HOME/.elan/bin" >> "$GITHUB_PATH"
2323
- name: Restore cache
2424
id: cache-restore
25-
uses: actions/cache/restore@v5
25+
uses: actions/cache/restore@v6
2626
with:
2727
path: .lake
2828
key: lake-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('lean-toolchain') }}-${{ hashFiles('lake-manifest.json') }}-${{ github.sha }}
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Save project cache
4848
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
49-
uses: actions/cache/save@v5
49+
uses: actions/cache/save@v6
5050
with:
5151
path: .lake
5252
key: ${{ steps.cache-restore.outputs.cache-primary-key }}

0 commit comments

Comments
 (0)