Skip to content

Commit 6d6a42b

Browse files
⬆️ Update actions/setup-python action to v5.4.0 (#142)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7e5ae22 commit 6d6a42b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

0 commit comments

Comments
 (0)