diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 5336502..78e98e7 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -33,7 +33,7 @@ jobs: with: fetch-depth: 0 # Not needed if lastUpdated is not enabled - name: Setup pnpm - uses: pnpm/action-setup@v3 # Uncomment this if you're using pnpm + uses: pnpm/action-setup@v4 # Uncomment this if you're using pnpm # - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun - name: Setup Node uses: actions/setup-node@v4