From ecf7494a32490227fe31ca25df95fbe24b626f11 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 25 Jun 2024 21:53:06 +0200 Subject: [PATCH] build(ci): checkout repo only once MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/autofix.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index cd26beb2..fba1b6c9 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -22,7 +22,6 @@ jobs: poetry install --no-root poetry run task format - - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: -- 2.34.1