Skip to content

Commit 84966c0

Browse files
chore(deps): update actions/cache action to v5
1 parent 77a5e3a commit 84966c0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/changeset-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
4545
4646
- name: Setup pnpm cache
47-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
47+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
4848
with:
4949
path: ${{ env.STORE_PATH }}
5050
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
5757
5858
- name: Setup pnpm cache
59-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
59+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
6060
with:
6161
path: ${{ env.STORE_PATH }}
6262
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
5050
5151
- name: Setup pnpm cache
52-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
52+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
5353
with:
5454
path: ${{ env.STORE_PATH }}
5555
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)