Skip to content

Commit d65414d

Browse files
Update actions/cache action to v5
1 parent 07aa5f2 commit d65414d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lean.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: '👝 Cache .lake/'
3232
id: cache-lake
33-
uses: actions/cache@v4
33+
uses: actions/cache@v5
3434
with:
3535
path: .lake/
3636
key: ${{ runner.os }}-${{ hashFiles('lakefile.lean', 'lake-manifest.json') }}-lake

0 commit comments

Comments
 (0)