File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
15
15
- name : Set up Python
16
- uses : actions/setup-python@v4
16
+ uses : actions/setup-python@v5
17
17
with :
18
18
python-version : " 3.12"
19
19
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
build :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
16
16
- name : setup Python
17
- uses : actions/setup-python@v4
17
+ uses : actions/setup-python@v5
18
18
with :
19
19
python-version : " 3.12"
20
20
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
14
14
- name : Set up Python
15
- uses : actions/setup-python@v4
15
+ uses : actions/setup-python@v5
16
16
with :
17
17
python-version : " 3.12"
18
18
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
python-version : ["3.9", "3.12"]
16
16
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
20
20
- name : Set up Python ${{ matrix.python-version }}
21
- uses : actions/setup-python@v4
21
+ uses : actions/setup-python@v5
22
22
with :
23
23
python-version : ${{ matrix.python-version }}
24
24
You can’t perform that action at this time.
0 commit comments