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 11
11
test :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
- name : Install Python 3
16
16
uses : actions/setup-python@v5
17
17
with :
27
27
name : Python linting
28
28
runs-on : ubuntu-latest
29
29
steps :
30
- - uses : actions/checkout@v4
30
+ - uses : actions/checkout@v5
31
31
- name : Set up Python "3.12"
32
32
uses : actions/setup-python@v5
33
33
with :
47
47
runs-on : ubuntu-latest
48
48
needs : [lint, test]
49
49
steps :
50
- - uses : actions/checkout@v4
50
+ - uses : actions/checkout@v5
51
51
- name : Set up Python
52
52
uses : actions/setup-python@v5
53
53
with :
Original file line number Diff line number Diff line change 13
13
test :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
- name : Install Python 3
18
18
uses : actions/setup-python@v5
19
19
with :
29
29
name : Python linting
30
30
runs-on : ubuntu-latest
31
31
steps :
32
- - uses : actions/checkout@v4
32
+ - uses : actions/checkout@v5
33
33
- name : Set up Python "3.12"
34
34
uses : actions/setup-python@v5
35
35
with :
48
48
runs-on : ubuntu-latest
49
49
needs : [lint, test]
50
50
steps :
51
- - uses : actions/checkout@v4
51
+ - uses : actions/checkout@v5
52
52
- name : Set up Python
53
53
uses : actions/setup-python@v5
54
54
with :
You can’t perform that action at this time.
0 commit comments