From e5b1346b8ba9e26798a0e3d31af9ad655c61c574 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:55:02 +0000 Subject: [PATCH] Update sous-chefs/.github action to v2.0.5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39fa0c6..44be82f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ name: ci jobs: lint-unit: - uses: sous-chefs/.github/.github/workflows/lint-unit.yml@2.0.4 + uses: sous-chefs/.github/.github/workflows/lint-unit.yml@2.0.5 integration: needs: lint-unit