diff --git a/workflow-templates/cypress.yml b/workflow-templates/cypress.yml index fd848f1..e63308c 100644 --- a/workflow-templates/cypress.yml +++ b/workflow-templates/cypress.yml @@ -68,7 +68,7 @@ jobs: TESTING=true npm run build --if-present - name: Save context - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 with: key: cypress-context-${{ github.run_id }} path: ./ @@ -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 }}