diff --git a/.github/workflows/generate-embeddings.yml b/.github/workflows/generate-embeddings.yml index 5a1eb3817f..45ad5ca0e2 100644 --- a/.github/workflows/generate-embeddings.yml +++ b/.github/workflows/generate-embeddings.yml @@ -22,10 +22,10 @@ jobs: node-version: 18 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 id: pnpm-install with: - version: 8 + version: 9.8.0 run_install: false - name: Get pnpm store directory diff --git a/.github/workflows/issue-notifier.yml b/.github/workflows/issue-notifier.yml index 949703621a..2639fdb7b1 100644 --- a/.github/workflows/issue-notifier.yml +++ b/.github/workflows/issue-notifier.yml @@ -18,9 +18,9 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 with: - version: 8 + version: 9.8.0 - name: Use Node.js ${{ matrix.node_version }} uses: actions/setup-node@v3