diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 9f7d2ca9..cc38e5a6 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -16,7 +16,7 @@ jobs: with: node-version: 20.9.0 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 name: install pnpm with: version: 8.10.0 diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index c58a3fa9..c1ab98d6 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -20,7 +20,7 @@ jobs: with: node-version: 20.9.0 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 name: install pnpm with: version: 8.10.0 diff --git a/.github/workflows/storybook-tests.yml b/.github/workflows/storybook-tests.yml index c1d91c53..5a435b80 100644 --- a/.github/workflows/storybook-tests.yml +++ b/.github/workflows/storybook-tests.yml @@ -11,7 +11,7 @@ jobs: with: node-version: 20.9.0 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 name: install pnpm with: version: 8.10.0