From 83bb21d9873724725095e3d0a08bd8eb5179fa8a Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Thu, 27 Aug 2020 11:31:27 -0400 Subject: [PATCH] updating actions versions Signed-off-by: Jeff Billimek --- .github/workflows/lint-test.yaml | 6 +++--- .github/workflows/release.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 69ca5452..2c3bb90e 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -14,19 +14,19 @@ 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: ct.yaml - name: Create kind cluster - uses: helm/kind-action@v1.0.0-rc.1 + uses: helm/kind-action@v1.0.0 with: install_local_path_provisioner: true 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: ct.yaml diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a04a035e..c94c597d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -39,7 +39,7 @@ jobs: helm repo add stable https://kubernetes-charts.storage.googleapis.com/ helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com/ - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.0.0-rc.2 + uses: helm/chart-releaser-action@v1.0.0 with: charts_repo_url: https://billimek.com/billimek-charts/ env: