This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 1db0d3d364 build(deps): bump azure/setup-helm from 1 to 3 (#26929)
1db0d3d364 is described below
commit 1db0d3d364cf61f9eff225c949159d9dd4f131d4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 31 14:24:13 2024 -0800
build(deps): bump azure/setup-helm from 1 to 3 (#26929)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/superset-helm-lint.yml | 2 +-
.github/workflows/superset-helm-release.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/superset-helm-lint.yml
b/.github/workflows/superset-helm-lint.yml
index 23100ebcf0..064835969b 100644
--- a/.github/workflows/superset-helm-lint.yml
+++ b/.github/workflows/superset-helm-lint.yml
@@ -18,7 +18,7 @@ jobs:
fetch-depth: 0
- name: Set up Helm
- uses: azure/setup-helm@v1
+ uses: azure/setup-helm@v3
with:
version: v3.5.4
diff --git a/.github/workflows/superset-helm-release.yml
b/.github/workflows/superset-helm-release.yml
index 2d458d125b..19b0fa33be 100644
--- a/.github/workflows/superset-helm-release.yml
+++ b/.github/workflows/superset-helm-release.yml
@@ -27,7 +27,7 @@ jobs:
git config user.email "[email protected]"
- name: Install Helm
- uses: azure/setup-helm@v1
+ uses: azure/setup-helm@v3
with:
version: v3.5.4