Skip to content

Commit 542b774

Browse files
⬆️ Update actions/setup-python action to v5 (#206)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d6df46b commit 542b774

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/linting.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: pipx install poetry
2424
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
2525
id: python
26-
uses: actions/setup-python@v4.8.0
26+
uses: actions/setup-python@v5.0.0
2727
with:
2828
python-version: ${{ env.DEFAULT_PYTHON }}
2929
cache: "poetry"
@@ -46,7 +46,7 @@ jobs:
4646
run: pipx install poetry
4747
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
4848
id: python
49-
uses: actions/setup-python@v4.8.0
49+
uses: actions/setup-python@v5.0.0
5050
with:
5151
python-version: ${{ env.DEFAULT_PYTHON }}
5252
cache: "poetry"
@@ -71,7 +71,7 @@ jobs:
7171
run: pipx install poetry
7272
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
7373
id: python
74-
uses: actions/setup-python@v4.8.0
74+
uses: actions/setup-python@v5.0.0
7575
with:
7676
python-version: ${{ env.DEFAULT_PYTHON }}
7777
cache: "poetry"
@@ -118,7 +118,7 @@ jobs:
118118
run: pipx install poetry
119119
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
120120
id: python
121-
uses: actions/setup-python@v4.8.0
121+
uses: actions/setup-python@v5.0.0
122122
with:
123123
python-version: ${{ env.DEFAULT_PYTHON }}
124124
cache: "poetry"
@@ -141,7 +141,7 @@ jobs:
141141
run: pipx install poetry
142142
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
143143
id: python
144-
uses: actions/setup-python@v4.8.0
144+
uses: actions/setup-python@v5.0.0
145145
with:
146146
python-version: ${{ env.DEFAULT_PYTHON }}
147147
cache: "poetry"
@@ -164,7 +164,7 @@ jobs:
164164
run: pipx install poetry
165165
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
166166
id: python
167-
uses: actions/setup-python@v4.8.0
167+
uses: actions/setup-python@v5.0.0
168168
with:
169169
python-version: ${{ env.DEFAULT_PYTHON }}
170170
cache: "poetry"

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: pipx install poetry
2222
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
2323
id: python
24-
uses: actions/setup-python@v4.8.0
24+
uses: actions/setup-python@v5.0.0
2525
with:
2626
python-version: ${{ env.DEFAULT_PYTHON }}
2727
cache: "poetry"

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: pipx install poetry
2727
- name: 🏗 Set up Python ${{ matrix.python }}
2828
id: python
29-
uses: actions/setup-python@v4.8.0
29+
uses: actions/setup-python@v5.0.0
3030
with:
3131
python-version: ${{ matrix.python }}
3232
cache: "poetry"
@@ -58,7 +58,7 @@ jobs:
5858
run: pipx install poetry
5959
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
6060
id: python
61-
uses: actions/setup-python@v4.8.0
61+
uses: actions/setup-python@v5.0.0
6262
with:
6363
python-version: ${{ env.DEFAULT_PYTHON }}
6464
cache: "poetry"

.github/workflows/typing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: pipx install poetry
2424
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
2525
id: python
26-
uses: actions/setup-python@v4.8.0
26+
uses: actions/setup-python@v5.0.0
2727
with:
2828
python-version: ${{ env.DEFAULT_PYTHON }}
2929
cache: "poetry"

0 commit comments

Comments
 (0)