Skip to content

Commit b7f05f3

Browse files
chore(deps): update actions/cache action to v6
1 parent 64fc309 commit b7f05f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
4242
4343
- name: Setup pnpm cache
44-
uses: actions/cache@v3
44+
uses: actions/cache@v6
4545
with:
4646
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
4747
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)