Skip to content

Commit 8190b13

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

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/linting.yaml

Lines changed: 7 additions & 7 deletions
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@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
29+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
3030
with:
3131
python-version: ${{ env.DEFAULT_PYTHON }}
3232
cache: "poetry"
@@ -51,7 +51,7 @@ jobs:
5151
run: pipx install poetry
5252
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
5353
id: python
54-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
54+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
5555
with:
5656
python-version: ${{ env.DEFAULT_PYTHON }}
5757
cache: "poetry"
@@ -78,7 +78,7 @@ jobs:
7878
run: pipx install poetry
7979
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
8080
id: python
81-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
81+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
8282
with:
8383
python-version: ${{ env.DEFAULT_PYTHON }}
8484
cache: "poetry"
@@ -124,7 +124,7 @@ jobs:
124124
run: pipx install poetry
125125
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
126126
id: python
127-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
127+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
128128
with:
129129
python-version: ${{ env.DEFAULT_PYTHON }}
130130
cache: "poetry"
@@ -149,7 +149,7 @@ jobs:
149149
run: pipx install poetry
150150
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
151151
id: python
152-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
152+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
153153
with:
154154
python-version: ${{ env.DEFAULT_PYTHON }}
155155
cache: "poetry"
@@ -174,7 +174,7 @@ jobs:
174174
run: pipx install poetry
175175
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
176176
id: python
177-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
177+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
178178
with:
179179
python-version: ${{ env.DEFAULT_PYTHON }}
180180
cache: "poetry"
@@ -206,7 +206,7 @@ jobs:
206206
run: pipx install poetry
207207
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
208208
id: python
209-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
209+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
210210
with:
211211
python-version: ${{ env.DEFAULT_PYTHON }}
212212
cache: "poetry"

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: pipx install poetry
3333
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
3434
id: python
35-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
35+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
3636
with:
3737
python-version: ${{ env.DEFAULT_PYTHON }}
3838
cache: "poetry" # zizmor: ignore[cache-poisoning] - Low risk: release-only trigger, pinned actions, PyPI verification

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: pipx install poetry
3030
- name: 🏗 Set up Python ${{ matrix.python }}
3131
id: python
32-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
32+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
3333
with:
3434
python-version: ${{ matrix.python }}
3535
cache: "poetry"
@@ -63,7 +63,7 @@ jobs:
6363
run: pipx install poetry
6464
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
6565
id: python
66-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
66+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
6767
with:
6868
python-version: ${{ env.DEFAULT_PYTHON }}
6969
cache: "poetry"

.github/workflows/typing.yaml

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@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
29+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
3030
with:
3131
python-version: ${{ env.DEFAULT_PYTHON }}
3232
cache: "poetry"

0 commit comments

Comments
 (0)