diff --git a/.github/workflows/branch-markdown.yml b/.github/workflows/branch-markdown.yml index 204a2d6b1b..4da0fe91f0 100644 --- a/.github/workflows/branch-markdown.yml +++ b/.github/workflows/branch-markdown.yml @@ -68,7 +68,7 @@ jobs: run: | echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV - - uses: actions/cache@v5 + - uses: actions/cache@v6 if: steps.changed-files.outputs.count > 0 name: Setup pnpm cache with: diff --git a/.github/workflows/branch-spellcheck.yml b/.github/workflows/branch-spellcheck.yml index 017cb3ea6b..222f0e5c89 100644 --- a/.github/workflows/branch-spellcheck.yml +++ b/.github/workflows/branch-spellcheck.yml @@ -42,7 +42,7 @@ jobs: run: | echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV - - uses: actions/cache@v5 + - uses: actions/cache@v6 name: Setup pnpm cache with: path: ${{ env.STORE_PATH }}