From 2e2e6bdf88d36770bc844cb69f7f33f8a3bf5167 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sun, 5 Dec 2021 12:08:10 +0100 Subject: [PATCH] update outdated version of helm in tests --- .github/workflows/apps.test.yaml | 2 +- .github/workflows/common.test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/apps.test.yaml b/.github/workflows/apps.test.yaml index 16593c670d1..0307706a334 100644 --- a/.github/workflows/apps.test.yaml +++ b/.github/workflows/apps.test.yaml @@ -108,7 +108,7 @@ jobs: if: ${{ matrix.app != '.gitkee' }} uses: azure/setup-helm@v1 with: - version: v3.5.3 + version: v3.7.1 - name: update helm repo cache run: | diff --git a/.github/workflows/common.test.yaml b/.github/workflows/common.test.yaml index 3401860ebea..a5df1ba34e5 100644 --- a/.github/workflows/common.test.yaml +++ b/.github/workflows/common.test.yaml @@ -73,7 +73,7 @@ jobs: if: ${{ matrix.app != '.gitkee' }} uses: azure/setup-helm@v1 with: - version: v3.5.3 + version: v3.7.1 - name: update helm repo cache run: |