diff --git a/workflow-templates/cypress.yml b/workflow-templates/cypress.yml index e63308c..ab6fbf9 100644 --- a/workflow-templates/cypress.yml +++ b/workflow-templates/cypress.yml @@ -88,7 +88,7 @@ jobs: steps: - name: Restore context - uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: fail-on-cache-miss: true key: cypress-context-${{ github.run_id }}