From 2304ac74806fe338c122ac4f518804f8a58671f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Tue, 28 Nov 2023 19:37:15 +0100 Subject: [PATCH] fix: action test workflow (#229) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index c55aeb55..aebe9c5c 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -102,7 +102,7 @@ jobs: - name: Install kyverno-json uses: ./.github/actions/install with: - release: v0.0.3 + release: v0.0.1 - name: Check install run: kyverno-json version - name: Check root directory