File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Set up Go
18
- uses : actions/setup-go@v2
18
+ uses : actions/setup-go@v5.1.0
19
19
with :
20
20
go-version : ' 1.22.2'
21
21
22
- - uses : actions/checkout@v2
22
+ - uses : actions/checkout@v4.2.2
23
23
with :
24
24
path : ${{ env.GOPATH }}/src/k8s.io/autoscaler
25
25
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v2
14
+ uses : actions/checkout@v4.2.2
15
15
- id : filter
16
16
17
17
with :
@@ -28,11 +28,11 @@ jobs:
28
28
runs-on : ubuntu-latest
29
29
steps :
30
30
- name : Checkout
31
- uses : actions/checkout@v2
31
+ uses : actions/checkout@v4.2.2
32
32
- name : Fetch history
33
33
run : git fetch --prune --unshallow
34
34
- name : Set up chart-testing
35
- uses : helm/chart-testing-action@v2.0 .1
35
+ uses : helm/chart-testing-action@v2.6 .1
36
36
- name : Run chart-testing (lint)
37
37
run : ct lint
38
38
# Only build a kind cluster if there are chart changes to test.
45
45
fi
46
46
- if : steps.list-changed.outputs.changed == 'true'
47
47
name : Create kind cluster
48
- uses : helm/kind-action@v1.1 .0
48
+ uses : helm/kind-action@v1.10 .0
49
49
- if : steps.list-changed.outputs.changed == 'true'
50
50
name : Run chart-testing (install)
51
51
run : ct install
57
57
runs-on : ubuntu-latest
58
58
steps :
59
59
- name : Checkout
60
- uses : actions/checkout@v2
60
+ uses : actions/checkout@v4.2.2
61
61
- name : Run helm-docs
62
62
uses : docker://jnorwood/helm-docs:v1.3.0
63
63
- name : Check for changes
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout
11
- uses : actions/checkout@v2
11
+ uses : actions/checkout@v4.2.2
12
12
with :
13
13
fetch-depth : 0
14
14
@@ -18,15 +18,15 @@ jobs:
18
18
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
19
19
20
20
- name : Install Helm
21
- uses : azure/setup-helm@v1
21
+ uses : azure/setup-helm@v4.2.0
22
22
with :
23
23
version : v3.4.0
24
24
25
25
- env :
26
26
CR_TOKEN : ${{ secrets.GITHUB_TOKEN }}
27
27
CR_RELEASE_NAME_TEMPLATE : " cluster-autoscaler-chart-{{ .Version }}"
28
28
name : Run chart-releaser
29
- uses : helm/chart-releaser-action@v1.1 .0
29
+ uses : helm/chart-releaser-action@v1.6 .0
30
30
name : Release Charts
31
31
on :
32
32
push :
You can’t perform that action at this time.
0 commit comments