diff --git a/.github/workflows/changeset-version.yml b/.github/workflows/changeset-version.yml index 3884ede..29d80b8 100644 --- a/.github/workflows/changeset-version.yml +++ b/.github/workflows/changeset-version.yml @@ -35,7 +35,7 @@ jobs: node-version: '20' - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 with: version: 10.13.1 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72b2868..eb2f04d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: node-version: '20' - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 with: version: 10.13.1 @@ -75,7 +75,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 with: version: 10.13.1 @@ -126,7 +126,7 @@ jobs: node-version: '20' - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 with: version: 10.13.1 @@ -191,7 +191,7 @@ jobs: node-version: '20' - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 with: version: 10.13.1 @@ -253,7 +253,7 @@ jobs: node-version: '20' - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 with: version: 10.13.1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 840f421..c8fe89e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: scope: '@easythread' - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 with: version: 10.13.1 @@ -128,7 +128,7 @@ jobs: node-version: '20' - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 with: version: 10.13.1 diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 6aaa36d..5d05941 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -25,7 +25,7 @@ jobs: node-version: '20' - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 with: version: 10.13.1