diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 06df6ac04..9aaf8d458 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@v3 + - uses: pnpm/action-setup@v4 with: version: 8 run_install: false diff --git a/.github/workflows/test-builds-typecheck.yml b/.github/workflows/test-builds-typecheck.yml index 1f0af602f..f40621c4a 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@v3 + - uses: pnpm/action-setup@v4 with: version: 8 run_install: false