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:
3737 ~/.local/share/pypoetry
3838 ~/Library/Application Support/pypoetry
3939 - name : Setup Python
40- uses : actions/setup-python@v4
40+ uses : actions/setup-python@v5
4141 with :
4242 python-version : ${{ inputs.python_version }}
4343 - name : Setup Poetry
4444 uses : Gr1N/setup-poetry@v8
4545 with :
4646 poetry-version : ${{ inputs.poetry_version }}
4747 - name : Setup Python with cache
48- uses : actions/setup-python@v4
48+ uses : actions/setup-python@v5
4949 if : inputs.install_dependencies == 'true'
5050 with :
5151 cache : poetry
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106 os_name : Windows
107107 steps :
108108 - name : Setup Python
109- uses : actions/setup-python@v4
109+ uses : actions/setup-python@v5
110110 with :
111111 python-version : ${{ matrix.python }}
112112 - name : Download artifact
You can’t perform that action at this time.
0 commit comments