Skip to content

Commit 9cf5f93

Browse files
committed
⬆️ Update actions/setup-python action to v4.7.0
1 parent d20036c commit 9cf5f93

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
@@ -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"
@@ -44,7 +44,7 @@ jobs:
4444
run: pipx install poetry
4545
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
4646
id: python
47-
uses: actions/setup-python@v4.6.1 # v4
47+
uses: actions/setup-python@v4.7.0
4848
with:
4949
python-version: ${{ env.DEFAULT_PYTHON }}
5050
cache: "poetry"
@@ -67,7 +67,7 @@ jobs:
6767
run: pipx install poetry
6868
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
6969
id: python
70-
uses: actions/setup-python@v4.6.1 # v4
70+
uses: actions/setup-python@v4.7.0
7171
with:
7272
python-version: ${{ env.DEFAULT_PYTHON }}
7373
cache: "poetry"
@@ -90,7 +90,7 @@ jobs:
9090
run: pipx install poetry
9191
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
9292
id: python
93-
uses: actions/setup-python@v4.6.1 # v4
93+
uses: actions/setup-python@v4.7.0
9494
with:
9595
python-version: ${{ env.DEFAULT_PYTHON }}
9696
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
@@ -24,7 +24,7 @@ jobs:
2424
run: pipx install poetry
2525
- name: 🏗 Set up Python ${{ matrix.python }}
2626
id: python
27-
uses: actions/setup-python@v4.6.1
27+
uses: actions/setup-python@v4.7.0
2828
with:
2929
python-version: ${{ matrix.python }}
3030
cache: "poetry"
@@ -56,7 +56,7 @@ jobs:
5656
run: pipx install poetry
5757
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
5858
id: python
59-
uses: actions/setup-python@v4.6.1
59+
uses: actions/setup-python@v4.7.0
6060
with:
6161
python-version: ${{ env.DEFAULT_PYTHON }}
6262
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)