diff --git a/.github/workflows/test_cache.yml b/.github/workflows/test_cache.yml index d3a4e00..38f2120 100644 --- a/.github/workflows/test_cache.yml +++ b/.github/workflows/test_cache.yml @@ -11,7 +11,7 @@ jobs: name: Test cache steps: - name: Restore lychee cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: .lycheecache key: cache-lychee-${{ github.sha }}