diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index db5270e98..06df6ac04 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,7 +20,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v3 with: version: 8 run_install: false diff --git a/.github/workflows/test-builds-typecheck.yml b/.github/workflows/test-builds-typecheck.yml index 2791ae9b7..1f0af602f 100644 --- a/.github/workflows/test-builds-typecheck.yml +++ b/.github/workflows/test-builds-typecheck.yml @@ -23,7 +23,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v3 with: version: 8 run_install: false