From 7a9d65dd616267e1a6c5ea844c410cb96481f483 Mon Sep 17 00:00:00 2001 From: Gabriel Santerre Date: Sat, 14 Sep 2024 11:31:34 -0400 Subject: [PATCH] ci: fix chromatic deploy action --- .github/workflows/chromatic.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 95c0039ed..4b2c98c93 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -22,9 +22,8 @@ jobs: restore-keys: | ${{ runner.os }}- - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 with: - version: 8 run_install: | - args: [--frozen-lockfile]