File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 19
19
- " 3.11"
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
24
24
- uses : actions/setup-python@v4
25
25
with :
46
46
lint :
47
47
runs-on : ubuntu-latest
48
48
steps :
49
- - uses : actions/checkout@v3
49
+ - uses : actions/checkout@v4
50
50
- uses : actions/setup-python@v4
51
51
with :
52
52
python-version : " 3.x"
Original file line number Diff line number Diff line change 10
10
build :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
15
15
- uses : actions/setup-python@v4
16
16
with :
Original file line number Diff line number Diff line change 22
22
runs-on : ubuntu-latest
23
23
24
24
steps :
25
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@v4
26
26
- uses : actions/setup-python@v4
27
27
with :
28
28
# NOTE: matrix.python is intentionally not used here.
52
52
runs-on : ubuntu-latest
53
53
54
54
steps :
55
- - uses : actions/checkout@v3
55
+ - uses : actions/checkout@v4
56
56
57
57
- uses : actions/setup-python@v4
58
58
with :
@@ -106,7 +106,7 @@ jobs:
106
106
runs-on : ubuntu-latest
107
107
108
108
steps :
109
- - uses : actions/checkout@v3
109
+ - uses : actions/checkout@v4
110
110
111
111
- uses : actions/setup-python@v4
112
112
with :
Original file line number Diff line number Diff line change 19
19
contents : write
20
20
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
24
24
- uses : actions/setup-python@v4
25
25
with :
You can’t perform that action at this time.
0 commit comments