File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717 with :
1818 fetch-depth : 0
1919
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v5
12+ uses : actions/checkout@v6
1313 with :
1414 fetch-depth : 0
1515
2424 check-latest : true
2525
2626 - name : Set up chart-testing
27- uses : helm/chart-testing-action@v2.7 .0
27+ uses : helm/chart-testing-action@v2.8 .0
2828
2929 - name : Run chart-testing (list-changed)
3030 id : list-changed
5050
5151 - name : Create kind cluster
5252 if : steps.list-changed.outputs.changed == 'true'
53- uses : helm/kind-action@v1.12 .0
53+ uses : helm/kind-action@v1.13 .0
5454
5555 - name : Run chart-testing (install)
5656 if : steps.list-changed.outputs.changed == 'true'
You can’t perform that action at this time.
0 commit comments