We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be573d commit aee9fd3Copy full SHA for aee9fd3
.github/workflows/main.yml
@@ -94,7 +94,7 @@ jobs:
94
if: github.ref == 'refs/heads/main'
95
run: |-
96
echo '${{ steps.auth.outputs.access_token }}' | docker login -u oauth2accesstoken --password-stdin https://${{ env.GOOGLE_REGISTRY }}
97
- - uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # ratchet:azure/setup-helm@v3
+ - uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # ratchet:azure/setup-helm@v3
98
name: 'Setup Helm'
99
with:
100
version: '3.8.0'
0 commit comments