Skip to content

Commit db8e946

Browse files
chore(deps): bump actions/cache from 5 to 6 (#827)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 62e94af commit db8e946

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
@@ -38,7 +38,7 @@ jobs:
3838
run: lake exe cache get
3939
- name: Restore cache
4040
id: cache-restore
41-
uses: actions/cache/restore@v5
41+
uses: actions/cache/restore@v6
4242
with:
4343
path: .lake/Foundation-x86_64-unknown-linux-gnu.tar.gz
4444
# NOTE: including github branch name and SHA for avoding cache key reserving problem
@@ -61,7 +61,7 @@ jobs:
6161
- name: Save project cache
6262
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
6363
id: cache-save
64-
uses: actions/cache/save@v5
64+
uses: actions/cache/save@v6
6565
with:
6666
path: .lake/Foundation-x86_64-unknown-linux-gnu.tar.gz
6767
key: ${{ steps.cache-restore.outputs.cache-primary-key }}

0 commit comments

Comments
 (0)