File tree 4 files changed +14
-14
lines changed 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -20,27 +20,27 @@ jobs:
20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
with :
25
25
fetch-depth : 0
26
26
27
27
- name : Set up Helm
28
- uses : azure/setup-helm@v2.1
28
+ uses : azure/setup-helm@v4.2.0
29
29
with :
30
- version : v3.9.2
30
+ version : v3.15.1
31
31
32
- - uses : actions/setup-python@v3 .1.2
32
+ - uses : actions/setup-python@v5 .1.1
33
33
with :
34
- python-version : 3.7
34
+ python-version : 3.12
35
35
36
- - uses : actions/setup-go@v3
36
+ - uses : actions/setup-go@v5
37
37
with :
38
38
go-version-file : ' go.mod'
39
39
40
40
- name : Set up chart-testing
41
- uses : helm/chart-testing-action@v2.2 .1
41
+ uses : helm/chart-testing-action@v2.6 .1
42
42
with :
43
- version : v3.7 .0
43
+ version : v3.12 .0
44
44
45
45
- name : Install Helm Unit Test Plugin
46
46
run : |
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout Repo
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
- name : Create kind cluster
19
- uses : helm/kind-action@v1.5 .0
19
+ uses : helm/kind-action@v1.10 .0
20
20
with :
21
21
node_image : kindest/node:${{ matrix.k8s-version }}
22
22
kubectl_version : ${{ matrix.k8s-version }}
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
20
20
git config user.email "[email protected] "
21
21
22
22
- name : Install Helm
23
- uses : azure/setup-helm@v1
23
+ uses : azure/setup-helm@v4.2.0
24
24
with :
25
- version : v3.7.0
25
+ version : v3.15.1
26
26
27
27
- name : Run chart-releaser
28
- uses : helm/chart-releaser-action@v1.1 .0
28
+ uses : helm/chart-releaser-action@v1.6 .0
29
29
env :
30
30
CR_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
31
31
CR_RELEASE_NAME_TEMPLATE : " descheduler-helm-chart-{{ .Version }}"
Original file line number Diff line number Diff line change 22
22
fail-fast : false
23
23
steps :
24
24
- name : Checkout
25
- uses : actions/checkout@v3
25
+ uses : actions/checkout@v4
26
26
with :
27
27
fetch-depth : 0
28
28
You can’t perform that action at this time.
0 commit comments