File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,15 +37,15 @@ runs:
37
37
~/.local/share/pypoetry
38
38
~/Library/Application Support/pypoetry
39
39
- name : Setup Python
40
- uses : actions/setup-python@v4
40
+ uses : actions/setup-python@v5
41
41
with :
42
42
python-version : ${{ inputs.python_version }}
43
43
- name : Setup Poetry
44
44
uses : Gr1N/setup-poetry@v8
45
45
with :
46
46
poetry-version : ${{ inputs.poetry_version }}
47
47
- name : Setup Python with cache
48
- uses : actions/setup-python@v4
48
+ uses : actions/setup-python@v5
49
49
if : inputs.install_dependencies == 'true'
50
50
with :
51
51
cache : poetry
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
os_name : Windows
107
107
steps :
108
108
- name : Setup Python
109
- uses : actions/setup-python@v4
109
+ uses : actions/setup-python@v5
110
110
with :
111
111
python-version : ${{ matrix.python }}
112
112
- name : Download artifact
You can’t perform that action at this time.
0 commit comments