Skip to content

Commit 75667de

Browse files
chore(deps): update actions/setup-python action to v5.3.0 (#739)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5667ef5 commit 75667de

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/linting.yaml

+7-7
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@v5.1.0
26+
uses: actions/setup-python@v5.3.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@v5.1.0
49+
uses: actions/setup-python@v5.3.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@v5.1.0
72+
uses: actions/setup-python@v5.3.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@v5.1.0
95+
uses: actions/setup-python@v5.3.0
9696
with:
9797
python-version: ${{ env.DEFAULT_PYTHON }}
9898
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@v5.1.0
144+
uses: actions/setup-python@v5.3.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@v5.1.0
167+
uses: actions/setup-python@v5.3.0
168168
with:
169169
python-version: ${{ env.DEFAULT_PYTHON }}
170170
cache: "poetry"
@@ -187,7 +187,7 @@ jobs:
187187
run: pipx install poetry
188188
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
189189
id: python
190-
uses: actions/setup-python@v5.1.0
190+
uses: actions/setup-python@v5.3.0
191191
with:
192192
python-version: ${{ env.DEFAULT_PYTHON }}
193193
cache: "poetry"

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: pipx install poetry
2727
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2828
id: python
29-
uses: actions/setup-python@v5.1.0
29+
uses: actions/setup-python@v5.3.0
3030
with:
3131
python-version: ${{ env.DEFAULT_PYTHON }}
3232
cache: "poetry"

.github/workflows/tests.yaml

+2-2
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@v5.1.0
29+
uses: actions/setup-python@v5.3.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@v5.1.0
62+
uses: actions/setup-python@v5.3.0
6363
with:
6464
python-version: ${{ env.DEFAULT_PYTHON }}
6565
cache: "poetry"

.github/workflows/typing.yaml

+1-1
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@v5.1.0
26+
uses: actions/setup-python@v5.3.0
2727
with:
2828
python-version: ${{ env.DEFAULT_PYTHON }}
2929
cache: "poetry"

0 commit comments

Comments
 (0)