pin workflow
All checks were successful
renovate / renovate (push) Successful in 1m43s

This commit is contained in:
2025-12-01 19:44:54 -06:00
parent cc90faad93
commit 9b3615a0cf
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ jobs:
uses: azure/setup-helm@v4 uses: azure/setup-helm@v4
with: with:
token: ${{ secrets.GITEA_TOKEN }} token: ${{ secrets.GITEA_TOKEN }}
version: latest version: v3.19.2
- name: Lint Helm Chart - name: Lint Helm Chart
if: steps.check-branch-exists.outputs.exists == 'true' if: steps.check-branch-exists.outputs.exists == 'true'

View File

@@ -20,7 +20,7 @@ jobs:
uses: azure/setup-helm@v4 uses: azure/setup-helm@v4
with: with:
token: ${{ secrets.GITEA_TOKEN }} token: ${{ secrets.GITEA_TOKEN }}
version: latest version: v3.19.2
- name: Lint Helm Chart - name: Lint Helm Chart
run: | run: |