Skip to content

Commit 31ef5f4

Browse files
committed
Update to actions/setup-python@v5
1 parent f846038 commit 31ef5f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)