From c00167b20ca4bdfda97768f6bc92ace668f6aae5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 20:06:39 +0000 Subject: [PATCH] Update azure/setup-helm action to v4 --- .github/actions/helm-local/action.yml | 2 +- .github/actions/helm-test/action.yml | 2 +- .github/workflows/helm-local.yml | 2 +- .github/workflows/helm-remote.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/helm-local/action.yml b/.github/actions/helm-local/action.yml index 9c402ba9..16b172e0 100644 --- a/.github/actions/helm-local/action.yml +++ b/.github/actions/helm-local/action.yml @@ -19,7 +19,7 @@ runs: using: "composite" steps: - name: Install Helm - uses: azure/setup-helm@v3 + uses: azure/setup-helm@v4 with: version: 3.9.0 diff --git a/.github/actions/helm-test/action.yml b/.github/actions/helm-test/action.yml index e858ca47..c73e8e1f 100644 --- a/.github/actions/helm-test/action.yml +++ b/.github/actions/helm-test/action.yml @@ -13,7 +13,7 @@ runs: using: "composite" steps: - name: Install Helm - uses: azure/setup-helm@v3 + uses: azure/setup-helm@v4 with: version: 3.9.0 diff --git a/.github/workflows/helm-local.yml b/.github/workflows/helm-local.yml index 881b4614..3de95adf 100644 --- a/.github/workflows/helm-local.yml +++ b/.github/workflows/helm-local.yml @@ -46,7 +46,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: azure/setup-helm@v3 + - uses: azure/setup-helm@v4 - uses: actions/checkout@v4 - name: helm version run: helm version diff --git a/.github/workflows/helm-remote.yml b/.github/workflows/helm-remote.yml index 8c1c1a0b..64cabac5 100644 --- a/.github/workflows/helm-remote.yml +++ b/.github/workflows/helm-remote.yml @@ -51,7 +51,7 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v4 - name: Install Helm - uses: azure/setup-helm@v3 + uses: azure/setup-helm@v4 with: version: v3.8.1 - name: Add dependencies