Skip to content

Commit 8b9d0b7

Browse files
authored
Merge branch 'dev' into renovate/all-non-major-third-party-dependencies
2 parents b299843 + ceda138 commit 8b9d0b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/pnpm-setup/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
run: |
1919
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
2020
21-
- uses: actions/cache@v3
21+
- uses: actions/cache@v4
2222
name: Setup pnpm cache
2323
with:
2424
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
@@ -27,7 +27,7 @@ runs:
2727
${{ runner.os }}-pnpm-store-
2828
2929
- name: Cache Cypress binary
30-
uses: actions/cache@v3
30+
uses: actions/cache@v4
3131
with:
3232
path: /home/runner/.cache/Cypress
3333
key: cypress-${{ runner.os }}-cypress-${{ github.ref }}-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)