File tree 2 files changed +6
-6
lines changed
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@v3
17
+ - uses : actions/checkout@v4
18
18
with :
19
19
fetch-depth : 0
20
20
- name : Set up Python
Original file line number Diff line number Diff line change 22
22
- " 3.11"
23
23
24
24
steps :
25
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@v4
26
26
with :
27
27
fetch-depth : 0
28
28
47
47
fail-fast : false
48
48
49
49
steps :
50
- - uses : actions/checkout@v3
50
+ - uses : actions/checkout@v4
51
51
with :
52
52
fetch-depth : 0
53
53
78
78
- " 3.11"
79
79
80
80
steps :
81
- - uses : actions/checkout@v3
81
+ - uses : actions/checkout@v4
82
82
with :
83
83
fetch-depth : 0
84
84
@@ -107,7 +107,7 @@ jobs:
107
107
- pkglint
108
108
109
109
steps :
110
- - uses : actions/checkout@v3
110
+ - uses : actions/checkout@v4
111
111
with :
112
112
fetch-depth : 0
113
113
@@ -131,7 +131,7 @@ jobs:
131
131
fail-fast : false
132
132
133
133
steps :
134
- - uses : actions/checkout@v3
134
+ - uses : actions/checkout@v4
135
135
with :
136
136
fetch-depth : 0
137
137
You can’t perform that action at this time.
0 commit comments