diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index e38294222..6071b2f0e 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@v5 - uses: actions/setup-node@v6 with: node-version: 24 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc2ad82b7..83920f930 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@v5 - 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..53d0a1329 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@v5 - name: Set up node uses: actions/setup-node@v6 with: