diff --git a/.github/workflows/pull-request-docs.yml b/.github/workflows/pull-request-docs.yml index 91c8a092..2fdaf4f1 100644 --- a/.github/workflows/pull-request-docs.yml +++ b/.github/workflows/pull-request-docs.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Install pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 with: version: 9 -