diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 08324de59a..62cd2d6759 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -61,7 +61,7 @@ jobs: run: | echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: # 缓存路径 path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }} @@ -97,7 +97,7 @@ jobs: run: | echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: # 缓存路径 path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }} @@ -130,7 +130,7 @@ jobs: run: | echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: # 缓存路径 path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}