Skip to content

Commit ce98c7f

Browse files
chore(deps): update actions/cache action to v5 (#577)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d016b0d commit ce98c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v4
3737
- name: Restore the cache
38-
uses: actions/cache@v4
38+
uses: actions/cache@v5
3939
with:
4040
path: .lycheecache
4141
key: lychee-${{ github.sha }}

0 commit comments

Comments
 (0)