We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e94af commit db8e946Copy full SHA for db8e946
1 file changed
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
run: lake exe cache get
39
- name: Restore cache
40
id: cache-restore
41
- uses: actions/cache/restore@v5
+ uses: actions/cache/restore@v6
42
with:
43
path: .lake/Foundation-x86_64-unknown-linux-gnu.tar.gz
44
# NOTE: including github branch name and SHA for avoding cache key reserving problem
@@ -61,7 +61,7 @@ jobs:
61
- name: Save project cache
62
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
63
id: cache-save
64
- uses: actions/cache/save@v5
+ uses: actions/cache/save@v6
65
66
67
key: ${{ steps.cache-restore.outputs.cache-primary-key }}
0 commit comments