File tree Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@v5
21
21
22
22
- name : Install Updatecli in the runner
23
23
uses : updatecli/updatecli-action@v2.89.0
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@v4
11
+ uses : actions/checkout@v5
12
12
with :
13
13
fetch-depth : 0
14
14
Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- name : " 🛎️ Checkout"
27
- uses : actions/checkout@v4
27
+ uses : actions/checkout@v5
28
28
with :
29
29
fetch-depth : 0
30
30
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
19
19
- name : Install Updatecli in the runner
20
20
uses : updatecli/updatecli-action@v2.89.0
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@v4
11
+ uses : actions/checkout@v5
12
12
with :
13
13
fetch-depth : 0
14
14
Original file line number Diff line number Diff line change 15
15
release_version : ${{ steps.get-operator-version.outputs.release_version }}
16
16
steps :
17
17
- name : Checkout charts repo
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
with :
20
20
fetch-depth : ' 1'
21
21
32
32
runs-on : ubuntu-latest
33
33
steps :
34
34
- name : Checkout charts repo
35
- uses : actions/checkout@v4
35
+ uses : actions/checkout@v5
36
36
with :
37
37
fetch-depth : ' 1'
38
38
57
57
- determine-operator-version
58
58
steps :
59
59
- name : Checkout charts repo
60
- uses : actions/checkout@v4
60
+ uses : actions/checkout@v5
61
61
with :
62
62
fetch-depth : ' 1'
63
63
@@ -131,7 +131,7 @@ jobs:
131
131
- determine-operator-version
132
132
steps :
133
133
- name : Checkout charts repo
134
- uses : actions/checkout@v4
134
+ uses : actions/checkout@v5
135
135
with :
136
136
fetch-depth : ' 1'
137
137
Original file line number Diff line number Diff line change 16
16
modified-charts-files : ${{ steps.updated-charts.outputs.all_modified_files }}
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v5
20
20
with :
21
21
fetch-depth : 0
22
22
33
33
container : quay.io/sysdig/git-chglog:0.15.1-3-g6e4e27d
34
34
steps :
35
35
- name : Checkout
36
- uses : actions/checkout@v4
36
+ uses : actions/checkout@v5
37
37
with :
38
38
fetch-depth : 0
39
39
91
91
runs-on : ubuntu-latest
92
92
steps :
93
93
- name : Checkout
94
- uses : actions/checkout@v4
94
+ uses : actions/checkout@v5
95
95
with :
96
96
fetch-depth : 0
97
97
@@ -163,7 +163,7 @@ jobs:
163
163
runs-on : ubuntu-latest
164
164
steps :
165
165
- name : Checkout
166
- uses : actions/checkout@v4
166
+ uses : actions/checkout@v5
167
167
with :
168
168
fetch-depth : 0
169
169
token : ${{ secrets.TOOLS_JENKINS_ADMIN_ACCESS_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Git checkout
12
- uses : actions/checkout@v4
12
+ uses : actions/checkout@v5
13
13
with :
14
14
fetch-depth : 0
15
15
You can’t perform that action at this time.
0 commit comments