1
0
mirror of synced 2025-12-19 09:57:42 -05:00

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>
This commit is contained in:
dependabot[bot]
2025-12-16 23:40:09 +00:00
committed by GitHub
parent 3e333183fb
commit 0724499c65

View File

@@ -49,7 +49,7 @@ jobs:
run: src/early-access/scripts/merge-early-access.sh
- name: Restore disk-cache file for external link checking
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: external-link-checker-db.json
key: external-link-checker-${{ hashFiles('src/links/scripts/rendered-content-link-checker.ts') }}