File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
- name : Retrieve repository
33
33
uses : actions/checkout@v5
34
34
- name : Set up Python
35
- uses : actions/setup-python@v5
35
+ uses : actions/setup-python@v6
36
36
with :
37
37
python-version : ${{ env.PYTHON_VERSION }}
38
38
- name : Install Poetry
Original file line number Diff line number Diff line change 22
22
- uses : actions/checkout@v5
23
23
with :
24
24
ref : ' refs/heads/develop'
25
- - uses : actions/setup-python@v5
25
+ - uses : actions/setup-python@v6
26
26
with :
27
27
python-version : ${{ env.PYTHON_VERSION }}
28
28
- name : Install Poetry
Original file line number Diff line number Diff line change 25
25
uses : actions/checkout@v5
26
26
27
27
- name : Set up Python
28
- uses : actions/setup-python@v5
28
+ uses : actions/setup-python@v6
29
29
with :
30
30
python-version : ${{ env.PYTHON_VERSION }}
31
31
You can’t perform that action at this time.
0 commit comments