diff --git a/workflow-templates/cypress.yml b/workflow-templates/cypress.yml index 0410fed9..763e259f 100644 --- a/workflow-templates/cypress.yml +++ b/workflow-templates/cypress.yml @@ -101,7 +101,7 @@ jobs: steps: - name: Restore context - uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: fail-on-cache-miss: true key: cypress-context-${{ github.run_id }}