We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 838f34c + 2906dad commit c40d5a7Copy full SHA for c40d5a7
2 files changed
.github/workflows/ci.yml
@@ -135,7 +135,7 @@ jobs:
135
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
136
137
- name: Cache pnpm
138
- uses: actions/cache@v4
+ uses: actions/cache@v5
139
with:
140
path: ${{ env.STORE_PATH }}
141
key: ${{ runner.os }}-pnpm-${{ hashFiles('docs/pnpm-lock.yaml') }}
.github/workflows/docs-deploy.yml
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
49
50
0 commit comments