diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 7c32e4e9..5e78f864 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -98,7 +98,7 @@ jobs: # temporary (rate limiting, network issue, etc.), and we always want to retry those links # everytime this action is run. - name: Restore lychee cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .lycheecache key: cache-lychee-${{ github.sha }}