Skip to content

Commit 0bf0a19

Browse files
committed
⬆️ Update actions/setup-python action to v4.7.0
1 parent 5a78874 commit 0bf0a19

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.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.6.1
26+
uses: actions/setup-python@v4.7.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.6.1 # v4
49+
uses: actions/setup-python@v4.7.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.6.1 # v4
72+
uses: actions/setup-python@v4.7.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.6.1 # v4
95+
uses: actions/setup-python@v4.7.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.6.1 # v4
142+
uses: actions/setup-python@v4.7.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.6.1 # v4
165+
uses: actions/setup-python@v4.7.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.6.1 # v4
188+
uses: actions/setup-python@v4.7.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.6.1
24+
uses: actions/setup-python@v4.7.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.6.1
29+
uses: actions/setup-python@v4.7.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.6.1
61+
uses: actions/setup-python@v4.7.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
@@ -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.6.1
24+
uses: actions/setup-python@v4.7.0
2525
with:
2626
python-version: ${{ env.DEFAULT_PYTHON }}
2727
cache: "poetry"

0 commit comments

Comments
 (0)