1
0
mirror of synced 2026-01-08 03:01:54 -05:00

Bump all actions/cache to v4 (#54137)

This commit is contained in:
Hector Alfaro
2025-01-28 11:04:53 -05:00
committed by GitHub
parent 942435282b
commit 43beb8e536
7 changed files with 13 additions and 11 deletions

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@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
uses: actions/cache@v4
with:
path: external-link-checker-db.json
key: external-link-checker-${{ hashFiles('src/links/scripts/rendered-content-link-checker.ts') }}