Skip to content

Commit dc7b296

Browse files
chore: Bump actions/cache from 4 to 5 (#616)
1 parent 13ebcbd commit dc7b296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
# temporary (rate limiting, network issue, etc.), and we always want to retry those links
9999
# everytime this action is run.
100100
- name: Restore lychee cache
101-
uses: actions/cache@v4
101+
uses: actions/cache@v5
102102
with:
103103
path: .lycheecache
104104
key: cache-lychee-${{ github.sha }}

0 commit comments

Comments
 (0)