From 15c5c47b49b977630c3b54bd3c14c0bef13c6d0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 08:53:50 +0000 Subject: [PATCH] Bump helm/chart-testing-action from v1.0.0-rc.2 to v1.0.0 Bumps [helm/chart-testing-action](https://github.com/helm/chart-testing-action) from v1.0.0-rc.2 to v1.0.0. - [Release notes](https://github.com/helm/chart-testing-action/releases) - [Commits](https://github.com/helm/chart-testing-action/compare/v1.0.0-rc.2...96a4323c6cfa90ddea6e02db43143cd80124a7fa) Signed-off-by: dependabot[bot] --- .github/workflows/chart-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chart-lint.yml b/.github/workflows/chart-lint.yml index 418a68f..b8bb80a 100644 --- a/.github/workflows/chart-lint.yml +++ b/.github/workflows/chart-lint.yml @@ -16,7 +16,7 @@ jobs: - name: Run chart-testing (lint) id: lint - uses: helm/chart-testing-action@v1.0.0-rc.2 + uses: helm/chart-testing-action@v1.0.0 with: command: lint config: .github/ct.yaml @@ -26,7 +26,7 @@ jobs: if: steps.lint.outputs.changed == 'true' - name: Run chart-testing (install) - uses: helm/chart-testing-action@v1.0.0-rc.2 + uses: helm/chart-testing-action@v1.0.0 with: command: install config: .github/ct.yaml \ No newline at end of file