We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b299843 + ceda138 commit 8b9d0b7Copy full SHA for 8b9d0b7
.github/actions/pnpm-setup/action.yml
@@ -18,7 +18,7 @@ runs:
18
run: |
19
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
20
21
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
22
name: Setup pnpm cache
23
with:
24
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
@@ -27,7 +27,7 @@ runs:
27
${{ runner.os }}-pnpm-store-
28
29
- name: Cache Cypress binary
30
- uses: actions/cache@v3
+ uses: actions/cache@v4
31
32
path: /home/runner/.cache/Cypress
33
key: cypress-${{ runner.os }}-cypress-${{ github.ref }}-${{ hashFiles('**/pnpm-lock.yaml') }}
0 commit comments