diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index d15c48919..714a5e9fb 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 - name: ⎔ Setup pnpm - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v4 with: version: 8.15.5 @@ -63,7 +63,7 @@ jobs: submodules: recursive - name: ⎔ Setup pnpm - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v4 with: version: 8.15.5 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 60761b630..949ff8230 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: fetch-depth: 0 - name: ⎔ Setup pnpm - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v4 with: version: 8.15.5 diff --git a/.github/workflows/typecheck.yml b/.github/workflows/typecheck.yml index e88ee4f81..4064192fd 100644 --- a/.github/workflows/typecheck.yml +++ b/.github/workflows/typecheck.yml @@ -12,7 +12,7 @@ jobs: fetch-depth: 0 - name: ⎔ Setup pnpm - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v4 with: version: 8.15.5 diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index e919a367e..08971b703 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -12,7 +12,7 @@ jobs: fetch-depth: 0 - name: ⎔ Setup pnpm - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v4 with: version: 8.15.5