From 2b6f98a0ac7bc85553d1e13f570a1f4bc31af48f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 12:56:57 +0000 Subject: [PATCH] chore(deps): update test-kitchen/.github action to v0.1.2 --- .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 223e7f0..4722f33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ name: Lint & Unit jobs: lint-unit: - uses: test-kitchen/.github/.github/workflows/lint-unit.yml@v0.1.1 + uses: test-kitchen/.github/.github/workflows/lint-unit.yml@v0.1.2 integration-windows: name: Windows ${{matrix.suite}} ${{matrix.os}}