Skip to content

Commit c019c6f

Browse files
Update actions/cache action to v5
1 parent 33a67e6 commit c019c6f

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)