File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 node-version : ' 24'
2222
2323 - name : Install Helm
24- uses : azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5
24+ uses : azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5
2525 with :
2626 version : ${{ env.HELM_VERSION }}
2727
5959 python-version : ' 3.14'
6060
6161 - name : Install Helm
62- uses : azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5
62+ uses : azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5
6363 with :
6464 version : ${{ env.HELM_VERSION }}
6565
Original file line number Diff line number Diff line change 4545 git config user.name "${{ github.actor }}"
4646 git config user.email "${{ github.actor }}@users.noreply.github.com"
4747
48- - uses : azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5
48+ - uses : azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5
4949 with :
5050 version : ${{ env.HELM_VERSION }}
5151
Original file line number Diff line number Diff line change 3535 git fetch --tags
3636 if git rev-parse "postgrescluster-${{ steps.version.outputs.version }}" >/dev/null 2>&1; then echo "skip=true" >> $GITHUB_OUTPUT; else echo "skip=false" >> $GITHUB_OUTPUT; fi
3737
38- - uses : azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5
38+ - uses : azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5
3939 if : steps.skip.outputs.skip == 'false'
4040 with :
4141 version : ${{ env.HELM_VERSION }}
You can’t perform that action at this time.
0 commit comments