diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0bb8177a..a11e6a7b 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 d0d9a4be..87311174 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: