Skip to content

Commit 0724499

Browse files
Bump actions/cache from 4 to 5 (#58940)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3e33318 commit 0724499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/link-check-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: src/early-access/scripts/merge-early-access.sh
5050

5151
- name: Restore disk-cache file for external link checking
52-
uses: actions/cache@v4
52+
uses: actions/cache@v5
5353
with:
5454
path: external-link-checker-db.json
5555
key: external-link-checker-${{ hashFiles('src/links/scripts/rendered-content-link-checker.ts') }}

0 commit comments

Comments
 (0)