File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " github-actions"
4+ directory : " /"
5+ groups :
6+ minor-patch :
7+ update-types :
8+ - " patch"
9+ - " minor"
10+ schedule :
11+ interval : " weekly"
Original file line number Diff line number Diff line change @@ -10,22 +10,20 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v6
1414 with :
1515 fetch-depth : 0
1616
1717 - name : Set up Helm
18- uses : azure/setup-helm@v4.2.0
19- with :
20- version : v3.17.0
18+ uses : azure/setup-helm@v4.3.1
2119
22- - uses : actions/setup-python@v5.3 .0
20+ - uses : actions/setup-python@v6.2 .0
2321 with :
2422 python-version : " 3.x"
2523 check-latest : true
2624
2725 - name : Set up chart-testing
28- uses : helm/chart-testing-action@v2.7 .0
26+ uses : helm/chart-testing-action@v2.8 .0
2927
3028 - name : Run chart-testing (list-changed)
3129 id : list-changed
4139
4240 - name : Create kind cluster
4341 if : steps.list-changed.outputs.changed == 'true'
44- uses : helm/kind-action@v1.12 .0
42+ uses : helm/kind-action@v1.14 .0
4543
4644 - name : Run chart-testing (install)
4745 if : steps.list-changed.outputs.changed == 'true'
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v6
1616 with :
1717 fetch-depth : 0
1818
You can’t perform that action at this time.
0 commit comments