From c122e744ef4561b556fbb3eafdc4e69212c51bd5 Mon Sep 17 00:00:00 2001 From: Razboy20 Date: Fri, 9 Feb 2024 18:39:20 -0600 Subject: [PATCH] ci: update pnpm action (#86) * ci: update pnpm action * hotfix: change action type --- .github/workflows/chromatic.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index da6df08ab..ae5482b60 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -1,6 +1,6 @@ name: "Chromatic" -on: [push, pull_request] +on: [push, pull_request_target] jobs: chromatic: @@ -11,9 +11,9 @@ jobs: with: fetch-depth: 0 - name: Setup pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: - version: 8.15.1 + version: 8 - name: Install dependencies run: pnpm install