diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 2ab61cb..376af31 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -6,7 +6,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - run: yarn config set nodeLinker "node-modules" - run: yarn install --immutable - uses: chromaui/action@v1