File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
with :
19
19
fetch-depth : 0
20
20
persist-credentials : false
Original file line number Diff line number Diff line change 24
24
name : Format
25
25
runs-on : ubuntu-latest
26
26
steps :
27
- - uses : actions/checkout@v4
27
+ - uses : actions/checkout@v5
28
28
with :
29
29
persist-credentials : false
30
30
- uses : actions/setup-python@v5
43
43
runs-on : [ubuntu-latest, macos-latest, windows-latest]
44
44
45
45
steps :
46
- - uses : actions/checkout@v4
46
+ - uses : actions/checkout@v5
47
47
with :
48
48
fetch-depth : 0
49
49
persist-credentials : false
74
74
runs-on : ubuntu-latest
75
75
76
76
steps :
77
- - uses : actions/checkout@v4
77
+ - uses : actions/checkout@v5
78
78
with :
79
79
fetch-depth : 0
80
80
persist-credentials : false
85
85
name : Docs
86
86
runs-on : ubuntu-latest
87
87
steps :
88
- - uses : actions/checkout@v4
88
+ - uses : actions/checkout@v5
89
89
with :
90
90
fetch-depth : 0
91
91
persist-credentials : false
@@ -115,7 +115,7 @@ jobs:
115
115
name : Action
116
116
runs-on : ubuntu-latest
117
117
steps :
118
- - uses : actions/checkout@v4
118
+ - uses : actions/checkout@v5
119
119
with :
120
120
fetch-depth : 0
121
121
persist-credentials : false
You can’t perform that action at this time.
0 commit comments