We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f612511 commit aee8825Copy full SHA for aee8825
.github/workflows/build.yaml
@@ -90,7 +90,7 @@ jobs:
90
if: needs.changes.outputs.helm == 'true'
91
steps:
92
- uses: actions/checkout@v6
93
- - uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
+ - uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
94
with:
95
token: ${{ secrets.GITHUB_TOKEN }}
96
- run: helm plugin install https://github.com/instrumenta/helm-kubeval
0 commit comments