diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index 4efae081..08942ceb 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v6 - name: Restore lychee cache id: restore-cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: .lycheecache key: cache-lychee-${{ github.run_id }}-${{ github.run_attempt }} @@ -38,7 +38,7 @@ jobs: --max-concurrency 1 './**/*.md' './**/*.html' './**/*.rst' './**/*.cpp' './**/*.h' './**/*.py' - name: Save lychee cache - uses: actions/cache/save@v4 + uses: actions/cache/save@v5 if: always() with: path: .lycheecache