From 4f152bec1a9ee29c1b0ee9a6949000b77256f329 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 03:02:20 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3 --- .github/workflows/chromatic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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