Skip to content

Commit 5c5792e

Browse files
chore(deps): update actions/setup-python action to v6.2.0 (#687)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2ab77e8 commit 5c5792e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

β€Ž.github/workflows/lint.ymlβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: pipx install poetry
2121
- name: πŸ— Set up Python ${{ env.DEFAULT_PYTHON }}
2222
id: python
23-
uses: actions/setup-python@v6.1.0
23+
uses: actions/setup-python@v6.2.0
2424
with:
2525
python-version: ${{ env.DEFAULT_PYTHON }}
2626
cache: "poetry"
@@ -43,7 +43,7 @@ jobs:
4343
run: pipx install poetry
4444
- name: πŸ— Set up Python ${{ env.DEFAULT_PYTHON }}
4545
id: python
46-
uses: actions/setup-python@v6.1.0
46+
uses: actions/setup-python@v6.2.0
4747
with:
4848
python-version: ${{ env.DEFAULT_PYTHON }}
4949
cache: "poetry"
@@ -68,7 +68,7 @@ jobs:
6868
run: pipx install poetry
6969
- name: πŸ— Set up Python ${{ env.DEFAULT_PYTHON }}
7070
id: python
71-
uses: actions/setup-python@v6.1.0
71+
uses: actions/setup-python@v6.2.0
7272
with:
7373
python-version: ${{ env.DEFAULT_PYTHON }}
7474
cache: "poetry"

β€Ž.github/workflows/release.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
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@v6.1.0
29+
uses: actions/setup-python@v6.2.0
3030
with:
3131
python-version: ${{ env.DEFAULT_PYTHON }}
3232
cache: "poetry"

β€Ž.github/workflows/test.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
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.1.0
29+
uses: actions/setup-python@v6.2.0
3030
with:
3131
python-version: ${{ matrix.python }}
3232
cache: "poetry"

β€Ž.github/workflows/type.ymlβ€Ž

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

0 commit comments

Comments
Β (0)