File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
uses : actions/checkout@v5
21
21
with :
22
22
fetch-depth : 0
23
- - uses : actions/setup-python@v5
23
+ - uses : actions/setup-python@v6
24
24
with :
25
25
python-version : " 3.11"
26
26
- name : Setup for poetry
Original file line number Diff line number Diff line change 20
20
with :
21
21
fetch-depth : 0
22
22
- name : Python setup
23
- uses : actions/setup-python@v5
23
+ uses : actions/setup-python@v6
24
24
with :
25
25
python-version : " 3.11"
26
26
- name : Setup for poetry
Original file line number Diff line number Diff line change 15
15
# checks out the repo
16
16
- uses : actions/checkout@v5
17
17
- name : Python setup
18
- uses : actions/setup-python@v5
18
+ uses : actions/setup-python@v6
19
19
with :
20
20
python-version : " 3.11"
21
21
- name : Setup for poetry
44
44
- name : Checkout
45
45
uses : actions/checkout@v5
46
46
- name : Python setup
47
- uses : actions/setup-python@v5
47
+ uses : actions/setup-python@v6
48
48
with :
49
49
python-version : ${{ matrix.python_version }}
50
50
- name : Setup for poetry
Original file line number Diff line number Diff line change 54
54
hooks :
55
55
- id : actionlint
56
56
- repo : https://github.com/astral-sh/ruff-pre-commit
57
- rev : " v0.12.9 "
57
+ rev : " v0.12.12 "
58
58
hooks :
59
59
- id : ruff-format
60
60
- id : ruff-check
You can’t perform that action at this time.
0 commit comments