We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c9a1f6 commit a625566Copy full SHA for a625566
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
40
41
- name: 设置 pnpm 缓存
42
- uses: actions/cache@v4
+ uses: actions/cache@v5
43
with:
44
path: ${{ env.STORE_PATH }}
45
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
.github/workflows/docs.yml
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
55
56
0 commit comments