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
- name : Set up Python
Original file line number Diff line number Diff line change 23
23
- " 3.12"
24
24
25
25
steps :
26
- - uses : actions/checkout@v4
26
+ - uses : actions/checkout@v5
27
27
with :
28
28
fetch-depth : 0
29
29
48
48
fail-fast : false
49
49
50
50
steps :
51
- - uses : actions/checkout@v4
51
+ - uses : actions/checkout@v5
52
52
with :
53
53
fetch-depth : 0
54
54
80
80
- " 3.12"
81
81
82
82
steps :
83
- - uses : actions/checkout@v4
83
+ - uses : actions/checkout@v5
84
84
with :
85
85
fetch-depth : 0
86
86
@@ -109,7 +109,7 @@ jobs:
109
109
- pkglint
110
110
111
111
steps :
112
- - uses : actions/checkout@v4
112
+ - uses : actions/checkout@v5
113
113
with :
114
114
fetch-depth : 0
115
115
@@ -133,7 +133,7 @@ jobs:
133
133
fail-fast : false
134
134
135
135
steps :
136
- - uses : actions/checkout@v4
136
+ - uses : actions/checkout@v5
137
137
with :
138
138
fetch-depth : 0
139
139
You can’t perform that action at this time.
0 commit comments