Skip to content

Commit

Permalink
ci: bump azure/setup-helm to v4.0.0 (#3743)
Browse files Browse the repository at this point in the history
Signed-off-by: zhangzujian <zhangzujian.7@gmail.com>
  • Loading branch information
zhangzujian committed Feb 20, 2024
1 parent 1d54455 commit 71e5da7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-x86-image.yaml
Expand Up @@ -1830,7 +1830,7 @@ jobs:
swap-storage: false

- uses: actions/checkout@v4
- uses: azure/setup-helm@v3
- uses: azure/setup-helm@v4.0.0
with:
version: '${{ env.HELM_VERSION }}'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scheduled-e2e.yaml
Expand Up @@ -963,7 +963,7 @@ jobs:
- release-1.8
steps:
- uses: actions/checkout@v3
- uses: azure/setup-helm@v3
- uses: azure/setup-helm@v4.0.0
with:
version: '${{ env.HELM_VERSION }}'

Expand Down Expand Up @@ -1143,7 +1143,7 @@ jobs:
- release-1.12 => master
steps:
- uses: actions/checkout@v3
- uses: azure/setup-helm@v3
- uses: azure/setup-helm@v4.0.0
with:
version: '${{ env.HELM_VERSION }}'

Expand Down

0 comments on commit 71e5da7

Please sign in to comment.