diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 85d7777..0547552 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Check out uses: actions/checkout@v4 - - uses: pnpm/action-setup@v2.4.1 + - uses: pnpm/action-setup@v4.0.0 with: version: 9 - name: Install dependencies