Skip to content

Commit b2eff66

Browse files
⬆️ Update actions/setup-python action to v4.8.0 (#201)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e760794 commit b2eff66

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/linting.yaml

Lines changed: 7 additions & 7 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.7.1
26+
uses: actions/setup-python@v4.8.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.7.1
49+
uses: actions/setup-python@v4.8.0
5050
with:
5151
python-version: ${{ env.DEFAULT_PYTHON }}
5252
cache: "poetry"
@@ -69,7 +69,7 @@ jobs:
6969
run: pipx install poetry
7070
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
7171
id: python
72-
uses: actions/setup-python@v4.7.1
72+
uses: actions/setup-python@v4.8.0
7373
with:
7474
python-version: ${{ env.DEFAULT_PYTHON }}
7575
cache: "poetry"
@@ -92,7 +92,7 @@ jobs:
9292
run: pipx install poetry
9393
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
9494
id: python
95-
uses: actions/setup-python@v4.7.1
95+
uses: actions/setup-python@v4.8.0
9696
with:
9797
python-version: ${{ env.DEFAULT_PYTHON }}
9898
cache: "poetry"
@@ -139,7 +139,7 @@ jobs:
139139
run: pipx install poetry
140140
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
141141
id: python
142-
uses: actions/setup-python@v4.7.1
142+
uses: actions/setup-python@v4.8.0
143143
with:
144144
python-version: ${{ env.DEFAULT_PYTHON }}
145145
cache: "poetry"
@@ -162,7 +162,7 @@ jobs:
162162
run: pipx install poetry
163163
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
164164
id: python
165-
uses: actions/setup-python@v4.7.1
165+
uses: actions/setup-python@v4.8.0
166166
with:
167167
python-version: ${{ env.DEFAULT_PYTHON }}
168168
cache: "poetry"
@@ -185,7 +185,7 @@ jobs:
185185
run: pipx install poetry
186186
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
187187
id: python
188-
uses: actions/setup-python@v4.7.1
188+
uses: actions/setup-python@v4.8.0
189189
with:
190190
python-version: ${{ env.DEFAULT_PYTHON }}
191191
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.7.1
24+
uses: actions/setup-python@v4.8.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.7.1
29+
uses: actions/setup-python@v4.8.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.7.1
61+
uses: actions/setup-python@v4.8.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.7.1
26+
uses: actions/setup-python@v4.8.0
2727
with:
2828
python-version: ${{ env.DEFAULT_PYTHON }}
2929
cache: "poetry"

0 commit comments

Comments
 (0)