From a116d901c75db232d771cc1952d264b12ebbe65e Mon Sep 17 00:00:00 2001 From: Marco Vito Moscaritolo Date: Wed, 1 Nov 2023 23:31:56 +0100 Subject: [PATCH] chore: update chart tesing action to sove the cosign dependency issue (#1439) --- .github/workflows/lint-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 2df9ae588..6e15d0f81 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -38,7 +38,7 @@ jobs: git clean -df . - name: Set up chart-testing - uses: helm/chart-testing-action@v2.4.0 + uses: helm/chart-testing-action@v2.6.0 - name: Expand templates for CI run: | @@ -113,7 +113,7 @@ jobs: git clean -df . - name: Set up chart-testing - uses: helm/chart-testing-action@v2.4.0 + uses: helm/chart-testing-action@v2.6.0 - name: Expand templates for CI run: |