We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c6618 commit 9b89968Copy full SHA for 9b89968
2 files changed
.github/workflows/ci.yml
@@ -80,7 +80,7 @@ jobs:
80
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
81
82
- name: Cache pnpm store
83
- uses: actions/cache@v5
+ uses: actions/cache@v6
84
with:
85
path: ${{ env.STORE_PATH }}
86
key: pnpm-website-${{ runner.os }}-${{ hashFiles('website/pnpm-lock.yaml') }}
.github/workflows/deploy-website.yml
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
43
0 commit comments