From 866e8c8a085c623c28ea5676a701c7f67605153a Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <123456+self-hosted-renovate[bot]@users.noreply.github.enterprise.com> Date: Fri, 3 Nov 2023 14:44:07 +0000 Subject: [PATCH] chore(deps): update helm/chart-testing-action action to v2.6.1 --- .github/workflows/helm.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index ddbd020..3702a7d 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -22,7 +22,7 @@ jobs: git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - name: Run chart-testing (lint) id: lint - uses: helm/chart-testing-action@v2.6.0 + uses: helm/chart-testing-action@v2.6.1 with: command: lint - name: Create kind cluster diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index e44d7fe..67f89c2 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -12,7 +12,7 @@ jobs: fetch-depth: 0 - name: Run chart-testing (lint) id: lint - uses: helm/chart-testing-action@v2.6.0 + uses: helm/chart-testing-action@v2.6.1 with: command: lint - name: Create kind cluster