mirror of
https://github.com/Thumbscrew/k8s-charts.git
synced 2025-07-07 05:02:43 +00:00
feat: add dependabot (#114)
This commit is contained in:
4
.github/workflows/lint-charts.yaml
vendored
4
.github/workflows/lint-charts.yaml
vendored
@ -15,9 +15,9 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Install Helm
|
||||
uses: azure/setup-helm@v4.0.0 # using exact version because of https://github.com/Azure/setup-helm/issues/126
|
||||
uses: azure/setup-helm@v4.3.0 # using exact version because of https://github.com/Azure/setup-helm/issues/126
|
||||
with:
|
||||
version: v3.14.1
|
||||
version: v3.17.3
|
||||
|
||||
- name: Lint charts
|
||||
run: helm lint charts/*
|
Reference in New Issue
Block a user