We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5ba4c6 commit a22d74fCopy full SHA for a22d74f
2 files changed
.github/workflows/release-x-manual-helm-chart.yml
@@ -62,7 +62,7 @@ jobs:
62
git config --global user.email "${{ env.GIT_EMAIL }}"
63
64
- name: Set up Helm
65
- uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
+ uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
66
67
- name: Configure HELM repos
68
run: |-
.github/workflows/test-helm-chart.yml
@@ -20,7 +20,7 @@ jobs:
20
fetch-depth: 0
21
22
23
24
25
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
26
with:
0 commit comments