diff --git a/.github/workflows/tests-ci.yaml b/.github/workflows/tests-ci.yaml index 94d0f0b2d..1e069ea11 100644 --- a/.github/workflows/tests-ci.yaml +++ b/.github/workflows/tests-ci.yaml @@ -89,7 +89,7 @@ jobs: run: sleep 10 - name: Restore cached setup - uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 + uses: actions/cache/restore@v4 with: fail-on-cache-miss: true path: | @@ -155,7 +155,7 @@ jobs: run: sleep 10 - name: Restore cached setup - uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 + uses: actions/cache/restore@v4 with: fail-on-cache-miss: true path: | @@ -319,4 +319,4 @@ jobs: "${{ github.event.pull_request.number }}" \ "${{ github.head_ref }}" \ "completed" - #### END Deployment and commenting (non-forked PRs only) \ No newline at end of file + #### END Deployment and commenting (non-forked PRs only)