Skip to content

Commit 7f848aa

Browse files
authored
Merge pull request #1600 from w3bdesign/renovate/actions-cache-5.x
Update actions/cache action to v5
2 parents 33a67e6 + c019c6f commit 7f848aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lighthouse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
2525
2626
- name: Setup pnpm cache
27-
uses: actions/cache@v4
27+
uses: actions/cache@v5
2828
with:
2929
path: ${{ env.STORE_PATH }}
3030
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)