We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a32d3 commit 9590f85Copy full SHA for 9590f85
.github/workflows/e2e-tests.yaml
@@ -29,7 +29,7 @@ jobs:
29
use_cache: false
30
31
- name: Cache cypress
32
- uses: actions/cache@640a1c2554105b57832a23eea0b4672fc7a790d5
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
33
with:
34
path: /home/runner/.cache/Cypress
35
key: ${{ runner.os }}-cypress-${{ hashFiles('./pnpm-lock.yaml') }}
0 commit comments