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