From 328c43c0bab98f669ea449845442c2590138dc04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 22:44:52 +0000 Subject: [PATCH] build(deps): bump azure/setup-helm from 1 to 4 Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 1 to 4. - [Release notes](https://github.com/azure/setup-helm/releases) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [Commits](https://github.com/azure/setup-helm/compare/v1...v4) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/platform-autgpt-deploy-prod.yml | 2 +- .github/workflows/platform-autogpt-deploy.yaml | 2 +- .github/workflows/platform-autogpt-infra-ci.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/platform-autgpt-deploy-prod.yml b/.github/workflows/platform-autgpt-deploy-prod.yml index 15c21760e9df..3a4ad5d79e7a 100644 --- a/.github/workflows/platform-autgpt-deploy-prod.yml +++ b/.github/workflows/platform-autgpt-deploy-prod.yml @@ -141,7 +141,7 @@ jobs: mv /tmp/.buildx-cache-new /tmp/.buildx-cache - name: Set up Helm - uses: azure/setup-helm@v1 + uses: azure/setup-helm@v4 with: version: v3.4.0 diff --git a/.github/workflows/platform-autogpt-deploy.yaml b/.github/workflows/platform-autogpt-deploy.yaml index 1d24b453d4db..f2ba08e2f9bd 100644 --- a/.github/workflows/platform-autogpt-deploy.yaml +++ b/.github/workflows/platform-autogpt-deploy.yaml @@ -145,7 +145,7 @@ jobs: mv /tmp/.buildx-cache-new /tmp/.buildx-cache - name: Set up Helm - uses: azure/setup-helm@v1 + uses: azure/setup-helm@v4 with: version: v3.4.0 diff --git a/.github/workflows/platform-autogpt-infra-ci.yml b/.github/workflows/platform-autogpt-infra-ci.yml index 304650a869f1..b2d34ac0ab72 100644 --- a/.github/workflows/platform-autogpt-infra-ci.yml +++ b/.github/workflows/platform-autogpt-infra-ci.yml @@ -36,7 +36,7 @@ jobs: tflint_changed_only: false - name: Set up Helm - uses: azure/setup-helm@v4.2.0 + uses: azure/setup-helm@v4 with: version: v3.14.4