diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2180ddbf3b9b..4396503081a7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1058,7 +1058,7 @@ jobs: uses: actions/checkout@v4 with: ref: ${{ env.HEAD_COMMIT }} - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 with: version: 8.3.1 - name: Set up Node @@ -1155,7 +1155,7 @@ jobs: uses: actions/checkout@v4 with: ref: ${{ env.HEAD_COMMIT }} - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 with: version: 8.3.1 - name: Set up Node @@ -1234,7 +1234,7 @@ jobs: uses: actions/checkout@v4 with: ref: ${{ env.HEAD_COMMIT }} - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 with: version: 8.3.1 - name: Set up Node diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 5d2214a850ca..a9bd341b15b8 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -101,7 +101,7 @@ jobs: uses: actions/checkout@v4 with: ref: ${{ env.HEAD_COMMIT }} - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 with: version: 8.3.1