From 6a6aa1c8505d9170c5ef6bd75b2917fc398fac48 Mon Sep 17 00:00:00 2001 From: kfox1111 Date: Tue, 31 Oct 2023 09:44:52 -0700 Subject: [PATCH] Cosign download fix (#72) --- .github/workflows/helm-chart-ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-chart-ci.yaml b/.github/workflows/helm-chart-ci.yaml index 8cb9016..60e6688 100644 --- a/.github/workflows/helm-chart-ci.yaml +++ b/.github/workflows/helm-chart-ci.yaml @@ -109,7 +109,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Setup chart-testing - uses: helm/chart-testing-action@v2.4.0 + uses: helm/chart-testing-action@v2.6.0 with: version: ${{ env.CHART_TESTING_VERSION }} @@ -151,7 +151,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Setup chart-testing - uses: helm/chart-testing-action@v2.4.0 + uses: helm/chart-testing-action@v2.6.0 with: version: ${{ env.CHART_TESTING_VERSION }}