diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 197c4a6432..fe2ae9e2b4 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -117,7 +117,7 @@ jobs: npm run build --if-present - name: Save context - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 + uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 with: key: cypress-context-${{ matrix.server-versions }}-${{ github.run_id }} path: ./ @@ -137,7 +137,7 @@ jobs: steps: - name: Restore context - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 + uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 with: fail-on-cache-miss: true key: cypress-context-${{ matrix.server-versions }}-${{ github.run_id }}