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