From 79d923d98904c573aeaef7146af9b0959d35e280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=97=AA=D1=94=CE=BD=CE=B9=CE=B7=20=E1=97=B7=CF=85=D0=BD?= =?UTF-8?q?=CA=9F?= Date: Wed, 21 Jul 2021 15:47:51 -0400 Subject: [PATCH] fix: update helm dep in chart linter --- .github/workflows/charts-lint-test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/charts-lint-test.yaml b/.github/workflows/charts-lint-test.yaml index b32da934..00bb3189 100644 --- a/.github/workflows/charts-lint-test.yaml +++ b/.github/workflows/charts-lint-test.yaml @@ -107,7 +107,7 @@ jobs: - name: Install Helm uses: azure/setup-helm@v1 with: - version: v3.5.3 + version: v3.6.3 - uses: actions/setup-python@v2 with: @@ -174,7 +174,7 @@ jobs: - name: Install Helm uses: azure/setup-helm@v1 with: - version: v3.5.3 + version: v3.6.3 - name: Install Ruby uses: ruby/setup-ruby@v1 @@ -219,7 +219,7 @@ jobs: - name: Install Helm uses: azure/setup-helm@v1 with: - version: v3.5.3 + version: v3.6.3 - uses: actions/setup-python@v2 with: