File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 24
24
python-version : ["3.10", "3.11", "3.12"]
25
25
26
26
steps :
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
28
- name : Set up Python ${{ matrix.python-version }}
29
- uses : actions/setup-python@v3
29
+ uses : actions/setup-python@v5
30
30
with :
31
31
python-version : ${{ matrix.python-version }}
32
32
- name : Install dependencies
50
50
python-version : ["3.10", "3.11", "3.12"]
51
51
52
52
steps :
53
- - uses : actions/checkout@v3
53
+ - uses : actions/checkout@v4
54
54
- name : Set up Python ${{ matrix.python-version }}
55
- uses : actions/setup-python@v3
55
+ uses : actions/setup-python@v5
56
56
with :
57
57
python-version : ${{ matrix.python-version }}
58
58
- name : Install dependencies
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout main
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
with :
19
19
fetch-depth : 0
20
20
- name : Set up Python 3.10
21
- uses : actions/setup-python@v2
21
+ uses : actions/setup-python@v5
22
22
with :
23
23
python-version : " 3.10"
24
24
- name : Install dependencies
Original file line number Diff line number Diff line change 4
4
ruff :
5
5
runs-on : ubuntu-latest
6
6
steps :
7
- - uses : actions/checkout@v3
8
- - uses : chartboost /ruff-action@v1
7
+ - uses : actions/checkout@v4
8
+ - uses : astral-sh /ruff-action@v3
Original file line number Diff line number Diff line change 8
8
publish :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v4
12
12
- name : Set up Python
13
- uses : actions/setup-python@v4
13
+ uses : actions/setup-python@v5
14
14
with :
15
15
python-version : " 3.10"
16
16
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments