diff --git a/.github/workflows/link-check-daily.yml b/.github/workflows/link-check-daily.yml index a2685fe031..b9469bd0b1 100644 --- a/.github/workflows/link-check-daily.yml +++ b/.github/workflows/link-check-daily.yml @@ -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') }}