From 763cf66f14b0b6a4e4f3c0e4177b51329fe44296 Mon Sep 17 00:00:00 2001 From: mosarabi <149577299+mosarabi@users.noreply.github.com> Date: Fri, 5 Jul 2024 09:50:39 +0100 Subject: [PATCH] Updated action-setup from @v2 to @v4 --- .github/workflows/chromatic.yml | 2 +- .github/workflows/lint.yaml | 2 +- .github/workflows/storybook-tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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