File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
virtualenvs-in-project : true
22
22
23
23
- name : Set up Python 3.11
24
- uses : actions/setup-python@v4
24
+ uses : actions/setup-python@v5
25
25
with :
26
26
python-version : " 3.11"
27
27
cache : poetry
Original file line number Diff line number Diff line change 12
12
13
13
steps :
14
14
- uses : actions/checkout@v4
15
- - uses : actions/setup-python@v4
15
+ - uses : actions/setup-python@v5
16
16
with :
17
17
python-version : ' 3.11'
18
18
-
uses :
pre-commit/[email protected]
Original file line number Diff line number Diff line change 20
20
virtualenvs-in-project : true
21
21
22
22
- name : Set up Python 3.11
23
- uses : actions/setup-python@v4
23
+ uses : actions/setup-python@v5
24
24
with :
25
25
python-version : " 3.11"
26
26
cache : poetry
Original file line number Diff line number Diff line change 16
16
steps :
17
17
- uses : actions/checkout@v4
18
18
- name : Set up Python ${{ matrix.python-version }}
19
- uses : actions/setup-python@v4
19
+ uses : actions/setup-python@v5
20
20
with :
21
21
python-version : ${{ matrix.python-version }}
22
22
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments