From 9b735e3323b45a6894e87299a77e6d891cebcd1b Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Thu, 7 Dec 2023 16:51:19 -0500 Subject: [PATCH] ci(test-action): upgrade chart-testing-action --- .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 77224613..2b947a27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: with: python-version: '3.9' check-latest: true - - uses: helm/chart-testing-action@v2.4.0 + - uses: helm/chart-testing-action@v2.6.1 - name: Set up Kind cluster run: kind create cluster -n ci-${{ github.run_id }} - name: Install and test chart