Skip to content

Commit 8497c1e

Browse files
build(deps): bump actions/cache from 4 to 5 (#464)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4ba2ec1 commit 8497c1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/url-check-on-change.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
persist-credentials: false
2222

2323
- name: Restore lychee cache
24-
uses: actions/cache@v4
24+
uses: actions/cache@v5
2525
with:
2626
path: .lycheecache
2727
key: cache-lychee-${{ github.sha }}

.github/workflows/url-check-periodic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
persist-credentials: false
1818

1919
- name: Restore lychee cache
20-
uses: actions/cache@v4
20+
uses: actions/cache@v5
2121
with:
2222
path: .lycheecache
2323
key: cache-lychee-${{ github.sha }}

0 commit comments

Comments
 (0)