File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
with :
21
21
fetch-depth : 0
22
22
23
23
- name : Set up golang
24
- uses : actions/setup-go@v3
24
+ uses : actions/setup-go@v4
25
25
with :
26
26
go-version : ${{ env.golang-version }}
27
27
Original file line number Diff line number Diff line change 24
24
stale-issues-handler :
25
25
runs-on : ubuntu-latest
26
26
steps :
27
- - uses : actions/stale@v7
27
+ - uses : actions/stale@v8
28
28
with :
29
29
any-of-labels : ' needs-more-info,question'
30
30
stale-pr-label : ' stale'
Original file line number Diff line number Diff line change 16
16
contents : write
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
with :
21
21
fetch-depth : 0
22
22
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
runs-on : ubuntu-latest
18
18
name : Analyse kubernetes manifests
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
with :
22
22
persist-credentials : false
23
23
24
- - uses : actions/setup-go@v3
24
+ - uses : actions/setup-go@v4
25
25
with :
26
26
go-version : ${{ env.golang-version }}
27
27
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v3
13
+ uses : actions/checkout@v4
14
14
with :
15
15
fetch-depth : 0
16
16
- name : Set up chart-testing
35
35
- " 1.24"
36
36
steps :
37
37
- name : Checkout
38
- uses : actions/checkout@v3
38
+ uses : actions/checkout@v4
39
39
with :
40
40
fetch-depth : 0
41
41
- name : Increase fs watchers
You can’t perform that action at this time.
0 commit comments