1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout Code
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 - name : Codespell
1616 uses : codespell-project/actions-codespell@master
1717 with :
@@ -25,17 +25,17 @@ jobs:
2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929 with :
3030 fetch-depth : 0
3131 - name : Set up Helm
32- uses : azure/setup-helm@v4.2.0
32+ uses : azure/setup-helm@v4.3.1
3333 - uses : actions/setup-python@v5
3434 with :
3535 python-version : ' 3.x'
3636 check-latest : true
3737 - name : Set up chart-testing
38- uses : helm/chart-testing-action@v2.6.1
38+ uses : helm/chart-testing-action@v2.7.0
3939 - name : Run chart-testing (lint)
4040 run : ct lint --config .github/ct.yaml
4141
@@ -70,17 +70,17 @@ jobs:
7070 strategy :
7171 matrix :
7272 k8s :
73- - 1.26.15
74- - 1.27.14
75- - 1.28.10
76- - 1.29.5
73+ - 1.31.12
74+ - 1.32.8
75+ - 1.33.4
76+ - 1.34.0
7777 steps :
7878 - name : Checkout code
79- uses : actions/checkout@v4
79+ uses : actions/checkout@v5
8080 with :
8181 fetch-depth : 0
8282 - name : Setup helm
83- uses : azure/setup-helm@v4.2.0
83+ uses : azure/setup-helm@v4.3.1
8484 - name : Run kubeconform tests
8585 run : .github/kubeconform.sh
8686 env :
@@ -100,23 +100,23 @@ jobs:
100100 strategy :
101101 matrix :
102102 k8s :
103- - v1.26.15
104- - v1.27.13
105- - v1.28.9
106- - v1.29.4
103+ - v1.31.12
104+ - v1.32.8
105+ - v1.33.4
106+ - v1.34.0
107107 steps :
108108 - name : Checkout
109- uses : actions/checkout@v4
109+ uses : actions/checkout@v5
110110 with :
111111 fetch-depth : 0
112112 - name : Set up Helm
113- uses : azure/setup-helm@v4.2.0
113+ uses : azure/setup-helm@v4.3.1
114114 - uses : actions/setup-python@v5
115115 with :
116116 python-version : ' 3.x'
117117 check-latest : true
118118 - name : Set up chart-testing
119- uses : helm/chart-testing-action@v2.6.1
119+ uses : helm/chart-testing-action@v2.7.0
120120 - name : Run chart-testing (list-changed)
121121 id : list-changed
122122 run : |
0 commit comments