diff --git a/workflow-templates/cypress.yml b/workflow-templates/cypress.yml index fd848f1..9f6e289 100644 --- a/workflow-templates/cypress.yml +++ b/workflow-templates/cypress.yml @@ -88,7 +88,7 @@ jobs: steps: - name: Restore context - uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 with: fail-on-cache-miss: true key: cypress-context-${{ github.run_id }}