Skip to content

Commit bc1313b

Browse files
⬆️ Update actions/setup-python action to v6.3.0
1 parent d568a46 commit bc1313b

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.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.2.0
26+
uses: actions/setup-python@v6.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@v6.2.0
49+
uses: actions/setup-python@v6.3.0
5050
with:
5151
python-version: ${{ env.DEFAULT_PYTHON }}
5252
cache: "poetry"
@@ -102,7 +102,7 @@ jobs:
102102
run: pipx install poetry
103103
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
104104
id: python
105-
uses: actions/setup-python@v6.2.0
105+
uses: actions/setup-python@v6.3.0
106106
with:
107107
python-version: ${{ env.DEFAULT_PYTHON }}
108108
cache: "poetry"
@@ -127,7 +127,7 @@ jobs:
127127
run: pipx install poetry
128128
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
129129
id: python
130-
uses: actions/setup-python@v6.2.0
130+
uses: actions/setup-python@v6.3.0
131131
with:
132132
python-version: ${{ env.DEFAULT_PYTHON }}
133133
cache: "poetry"
@@ -150,7 +150,7 @@ jobs:
150150
run: pipx install poetry
151151
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
152152
id: python
153-
uses: actions/setup-python@v6.2.0
153+
uses: actions/setup-python@v6.3.0
154154
with:
155155
python-version: ${{ env.DEFAULT_PYTHON }}
156156
cache: "poetry"
@@ -173,7 +173,7 @@ jobs:
173173
run: pipx install poetry
174174
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
175175
id: python
176-
uses: actions/setup-python@v6.2.0
176+
uses: actions/setup-python@v6.3.0
177177
with:
178178
python-version: ${{ env.DEFAULT_PYTHON }}
179179
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.2.0
30+
uses: actions/setup-python@v6.3.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.2.0
29+
uses: actions/setup-python@v6.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@v6.2.0
62+
uses: actions/setup-python@v6.3.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.2.0
26+
uses: actions/setup-python@v6.3.0
2727
with:
2828
python-version: ${{ env.DEFAULT_PYTHON }}
2929
cache: "poetry"

0 commit comments

Comments
 (0)