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: |