From 3cd22037b612d01276badd190f3507485aaf56c8 Mon Sep 17 00:00:00 2001 From: Daniel Reuter Date: Tue, 31 Oct 2023 13:24:24 +0100 Subject: [PATCH] build: update chart-testing-action to 2.5.0 --- .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 10c04bb..c282c84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -148,7 +148,7 @@ jobs: run: make charttesting - name: Set up chart-testing - uses: helm/chart-testing-action@v2.4.0 + uses: helm/chart-testing-action@v2.5.0 - name: Run chart-testing (lint) run: ct lint --config chartTesting.yaml