Skip to content

Commit 9b89968

Browse files
chore(deps): update actions/cache action to v6 (#77)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b3c6618 commit 9b89968

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
8181

8282
- name: Cache pnpm store
83-
uses: actions/cache@v5
83+
uses: actions/cache@v6
8484
with:
8585
path: ${{ env.STORE_PATH }}
8686
key: pnpm-website-${{ runner.os }}-${{ hashFiles('website/pnpm-lock.yaml') }}

.github/workflows/deploy-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
3838

3939
- name: Cache pnpm store
40-
uses: actions/cache@v5
40+
uses: actions/cache@v6
4141
with:
4242
path: ${{ env.STORE_PATH }}
4343
key: pnpm-website-${{ runner.os }}-${{ hashFiles('website/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)