diff --git a/.github/workflows/BetterDependabot.yml b/.github/workflows/BetterDependabot.yml index 432efa8..31704d8 100644 --- a/.github/workflows/BetterDependabot.yml +++ b/.github/workflows/BetterDependabot.yml @@ -23,7 +23,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Install pnpm - uses: pnpm/action-setup@v3.0.0 + uses: pnpm/action-setup@v4.0.0 with: version: 7 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 93147e5..1a8f613 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Install pnpm - uses: pnpm/action-setup@v3.0.0 + uses: pnpm/action-setup@v4.0.0 with: version: 7