diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index e38294222..6abde87b0 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 - uses: actions/setup-node@v6 with: node-version: 24 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc2ad82b7..f16b2b2eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: with: fetch-depth: 0 - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 - uses: actions/setup-node@v6 with: node-version: 24 diff --git a/.github/workflows/flow-typed.yml b/.github/workflows/flow-typed.yml index 565523ec3..9aa95f557 100644 --- a/.github/workflows/flow-typed.yml +++ b/.github/workflows/flow-typed.yml @@ -13,7 +13,7 @@ jobs: with: ref: main - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 - name: Set up node uses: actions/setup-node@v6 with: