diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f9b76aa1..cf4b062c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v3 - name: Setup node uses: actions/setup-node@v3 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 with: version: 8 - name: Install Node.js dependencies diff --git a/.github/workflows/prettier-fixes.yml b/.github/workflows/prettier-fixes.yml index d2bf64fa..25032309 100644 --- a/.github/workflows/prettier-fixes.yml +++ b/.github/workflows/prettier-fixes.yml @@ -18,7 +18,7 @@ jobs: # This makes git push to work and other workflows to run token: ${{ secrets.GIT_TOKEN }} - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 with: version: 8