Skip to content

Commit 9bf6b35

Browse files
chore(deps): update actions/setup-python action to v6 (#1315)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a7101ab commit 9bf6b35

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cache-dependency-glob: "uv.lock"
3535

3636
- name: Install Python
37-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
37+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
3838
with:
3939
python-version: ${{ env.PYTHON_VERSION }}
4040

@@ -95,7 +95,7 @@ jobs:
9595
cache-suffix: ${{ matrix.python-version }}
9696

9797
- name: Install Python
98-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
98+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
9999
with:
100100
python-version: ${{ matrix.python-version }}
101101

@@ -136,7 +136,7 @@ jobs:
136136
cache-dependency-glob: "uv.lock"
137137

138138
- name: Install Python
139-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
139+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
140140
with:
141141
python-version: ${{ env.PYTHON_VERSION }}
142142
- name: Check if documentation can be built

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
name: pyproject-toml
5454

5555
- name: Install Python
56-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
56+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
5757
with:
5858
python-version: ${{ matrix.python }}
5959

@@ -94,7 +94,7 @@ jobs:
9494
name: pyproject-toml
9595

9696
- name: Install Python
97-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
97+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
9898
id: setup-python
9999
with:
100100
python-version: ${{ matrix.python }}
@@ -133,7 +133,7 @@ jobs:
133133
name: pyproject-toml
134134

135135
- name: Install Python
136-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
136+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
137137
id: setup-python
138138
with:
139139
python-version: ${{ matrix.python }}
@@ -160,7 +160,7 @@ jobs:
160160
persist-credentials: false
161161

162162
- name: Install Python
163-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
163+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
164164
with:
165165
python-version: ${{ env.PYTHON_VERSION }}
166166

@@ -193,7 +193,7 @@ jobs:
193193
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
194194

195195
- name: Install Python
196-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
196+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
197197
with:
198198
python-version: ${{ env.PYTHON_VERSION }}
199199

@@ -230,7 +230,7 @@ jobs:
230230
cache-dependency-glob: "uv.lock"
231231

232232
- name: Install Python
233-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
233+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
234234
with:
235235
python-version: ${{ env.PYTHON_VERSION }}
236236

0 commit comments

Comments
 (0)