diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5fa809f5..6b886585 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 0 - name: Install pnpm - uses: pnpm/action-setup@v3.0.0 + uses: pnpm/action-setup@v4.0.0 - name: Install node ${{ matrix.node-version }} uses: actions/setup-node@v4 with: @@ -53,7 +53,7 @@ jobs: with: fetch-depth: 0 - name: Install pnpm - uses: pnpm/action-setup@v3.0.0 + uses: pnpm/action-setup@v4.0.0 - name: Install node uses: actions/setup-node@v4 with: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index e6136f43..c0d0687d 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 - uses: nrwl/nx-set-shas@v3.0.2 - name: Install pnpm - uses: pnpm/action-setup@v3.0.0 + uses: pnpm/action-setup@v4.0.0 - name: Install node ${{ matrix.node-version }} uses: actions/setup-node@v4 with: