Skip to content

Commit

Permalink
chore(deps): Bump azure/setup-helm from 3.5 to 4 (#824)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 10, 2024
1 parent e957c46 commit acd5f7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flow-deploy-release-artifact.yaml
Expand Up @@ -179,7 +179,7 @@ jobs:
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5

- name: Setup Helm
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
with:
version: "v3.12.3" # helm version

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zxc-compile-code.yaml
Expand Up @@ -136,7 +136,7 @@ jobs:
wait: 120s

- name: Setup Helm
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
if: ${{ inputs.enable-unit-tests && !cancelled() && !failure() }}
with:
version: "v3.12.3" # helm version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zxc-helm-chart-tests.yaml
Expand Up @@ -120,7 +120,7 @@ jobs:
wait: 120s

- name: Setup Helm
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
if: ${{ steps.check-changed-files.outputs.run-tests && !cancelled() && !failure() }}
with:
version: "v3.12.3" # helm version
Expand Down

0 comments on commit acd5f7d

Please sign in to comment.