From 3664460df540e63c26294509d9e9a143acdd896c Mon Sep 17 00:00:00 2001 From: Levi van Noort <73097785+levivannoort@users.noreply.github.com> Date: Sun, 19 Nov 2023 19:08:35 +0100 Subject: [PATCH] ci(lint-and-release): change version to stop linting error --- .github/workflows/lint-and-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-and-release.yaml b/.github/workflows/lint-and-release.yaml index 24d825c..4f86959 100644 --- a/.github/workflows/lint-and-release.yaml +++ b/.github/workflows/lint-and-release.yaml @@ -37,7 +37,7 @@ jobs: git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - name: set up chart-testing 🔧 - uses: helm/chart-testing-action@v2.4.0 + uses: helm/chart-testing-action@v2.6.1 - name: run chart-testing (list-changed) 📦 id: list-changed @@ -57,4 +57,4 @@ jobs: charts_dir: ./ config: ./.github/workflows/configuration/helm.yaml env: - CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file + CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"