From b83c8cd0e88dbca455aa195b670f934dfba6b3de Mon Sep 17 00:00:00 2001 From: Valeriano Manassero <14011549+valeriano-manassero@users.noreply.github.com> Date: Thu, 9 Dec 2021 10:32:42 +0100 Subject: [PATCH] indentation fix (#41) --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1af8528..5a19232 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,8 +22,8 @@ jobs: matrix: k8s: - v1.21.2 - - v1.22.4 - - v1.23.0 + - v1.22.4 + - v1.23.0 steps: - name: Checkout uses: actions/checkout@v1