File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 25
25
id-token : write
26
26
steps :
27
27
- name : Checkout repository
28
- uses : actions/checkout@v4
28
+ uses : actions/checkout@v5
29
29
with :
30
30
fetch-depth : 1
31
31
Original file line number Diff line number Diff line change 16
16
runs-on :
17
17
- ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
with :
21
21
fetch-depth : 0
22
22
fetch-tags : true
34
34
runs-on :
35
35
- ubuntu-latest
36
36
steps :
37
- - uses : actions/checkout@v4
37
+ - uses : actions/checkout@v5
38
38
with :
39
39
fetch-depth : 0
40
40
fetch-tags : true
Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- name : Check out code
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
with :
20
20
fetch-depth : 100
21
21
fetch-tags : true
67
67
needs : version
68
68
steps :
69
69
- name : Checkout code
70
- uses : actions/checkout@v4
70
+ uses : actions/checkout@v5
71
71
with :
72
72
fetch-depth : 0
73
73
fetch-tags : true
90
90
91
91
steps :
92
92
- name : Check out code
93
- uses : actions/checkout@v4
93
+ uses : actions/checkout@v5
94
94
with :
95
95
submodules : true
96
96
fetch-tags : true
@@ -127,7 +127,7 @@ jobs:
127
127
128
128
steps :
129
129
- name : Check out code
130
- uses : actions/checkout@v4
130
+ uses : actions/checkout@v5
131
131
with :
132
132
submodules : true
133
133
fetch-depth : 0
Original file line number Diff line number Diff line change 52
52
run : sleep 20s
53
53
54
54
- name : Checkout Code
55
- uses : actions/checkout@v4
55
+ uses : actions/checkout@v5
56
56
with :
57
57
submodules : true
58
58
69
69
echo "CURRENT_PATH=$(pwd)" >> $GITHUB_ENV
70
70
71
71
- name : Checkout Serv-C
72
- uses : actions/checkout@v4
72
+ uses : actions/checkout@v5
73
73
with :
74
74
repository : serv-c/docs
75
75
ref : ${{ env.SERVC_VERSION }}
99
99
100
100
steps :
101
101
- name : Check out code
102
- uses : actions/checkout@v4
102
+ uses : actions/checkout@v5
103
103
with :
104
104
repository : serv-c/docs
105
105
fetch-depth : 100
Original file line number Diff line number Diff line change 41
41
- if : github.server_url != 'https://github.com'
42
42
run : sleep 20s
43
43
44
- - uses : actions/checkout@v4
44
+ - uses : actions/checkout@v5
45
45
with :
46
46
submodules : true
47
47
You can’t perform that action at this time.
0 commit comments