From e3622fcd8da1b7886ebaeba98f497d2433334a23 Mon Sep 17 00:00:00 2001 From: Lucanis Date: Tue, 18 Jun 2024 16:29:40 +0200 Subject: [PATCH] fix workflow --- .github/workflows/chromatic.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 6eda589..ad09abc 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -13,10 +13,10 @@ jobs: runs-on: ubuntu-latest # Job steps steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 20 cache: npm