Skip to content

Commit c87913a

Browse files
⬆️ Update actions/setup-python action to v6.1.0 (#703)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a9657b5 commit c87913a

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@v6.0.0
26+
uses: actions/setup-python@v6.1.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@v6.0.0
49+
uses: actions/setup-python@v6.1.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@v6.0.0
74+
uses: actions/setup-python@v6.1.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@v6.0.0
121+
uses: actions/setup-python@v6.1.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@v6.0.0
144+
uses: actions/setup-python@v6.1.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@v6.0.0
167+
uses: actions/setup-python@v6.1.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
@@ -27,7 +27,7 @@ jobs:
2727
run: pipx install poetry
2828
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
2929
id: python
30-
uses: actions/setup-python@v6.0.0
30+
uses: actions/setup-python@v6.1.0
3131
with:
3232
python-version: ${{ env.DEFAULT_PYTHON }}
3333
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@v6.0.0
29+
uses: actions/setup-python@v6.1.0
3030
with:
3131
python-version: ${{ matrix.python }}
3232
cache: "poetry"
@@ -59,7 +59,7 @@ jobs:
5959
run: pipx install poetry
6060
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
6161
id: python
62-
uses: actions/setup-python@v6.0.0
62+
uses: actions/setup-python@v6.1.0
6363
with:
6464
python-version: ${{ env.DEFAULT_PYTHON }}
6565
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@v6.0.0
26+
uses: actions/setup-python@v6.1.0
2727
with:
2828
python-version: ${{ env.DEFAULT_PYTHON }}
2929
cache: "poetry"

0 commit comments

Comments
 (0)