diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index b14e4ddde..d684957c6 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 - - uses: pnpm/action-setup@v5 + - uses: pnpm/action-setup@v6 - uses: actions/setup-node@v7 with: node-version: 24 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8245a4c5a..2d24191d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: with: fetch-depth: 0 - - uses: pnpm/action-setup@v5 + - uses: pnpm/action-setup@v6 - uses: actions/setup-node@v7 with: node-version: 24 diff --git a/.github/workflows/flow-typed.yml b/.github/workflows/flow-typed.yml index 4ab1a1504..fca55f18d 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@v5 + - uses: pnpm/action-setup@v6 - name: Set up node uses: actions/setup-node@v7 with: