Skip to content

Commit 9420650

Browse files
Bump actions/setup-python from 6.2.0 to 6.3.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a309ff8...ece7cb0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0212f66 commit 9420650

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/CI.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: brew install enchant
5959
if: runner.os == 'macOS' && startsWith(matrix.session, 'docs')
6060
- name: Set up Python
61-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
61+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
6262
with:
6363
python-version: ${{ matrix.python }}
6464
allow-prereleases: true
@@ -93,7 +93,7 @@ jobs:
9393
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
9494
with:
9595
persist-credentials: false
96-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
96+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
9797
with:
9898
python-version: |
9999
3.11
@@ -136,7 +136,7 @@ jobs:
136136
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
137137
with:
138138
persist-credentials: false
139-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
139+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
140140
with:
141141
python-version: |
142142
3.11
@@ -176,7 +176,7 @@ jobs:
176176
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
177177
with:
178178
persist-credentials: false
179-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
179+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
180180
with:
181181
python-version: |
182182
3.11
@@ -215,31 +215,31 @@ jobs:
215215
with:
216216
persist-credentials: false
217217
# Install each python version seperatly so that the paths can be passed to maturin. (otherwise finds pre-installed x64 versions)
218-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
218+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
219219
id: cp311
220220
with:
221221
python-version: "3.11"
222222
allow-prereleases: true
223223
architecture: arm64
224-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
224+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
225225
id: cp312
226226
with:
227227
python-version: "3.12"
228228
allow-prereleases: true
229229
architecture: arm64
230-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
230+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
231231
id: cp313
232232
with:
233233
python-version: "3.13"
234234
allow-prereleases: true
235235
architecture: arm64
236-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
236+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
237237
id: cp314
238238
with:
239239
python-version: "3.14"
240240
allow-prereleases: true
241241
architecture: arm64
242-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
242+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
243243
id: cp315
244244
with:
245245
python-version: "3.15"
@@ -274,7 +274,7 @@ jobs:
274274
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
275275
with:
276276
persist-credentials: false
277-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
277+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
278278
with:
279279
python-version: |
280280
3.14t
@@ -308,7 +308,7 @@ jobs:
308308
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
309309
with:
310310
persist-credentials: false
311-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
311+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
312312
with:
313313
python-version: |
314314
3.11
@@ -340,7 +340,7 @@ jobs:
340340
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
341341
with:
342342
persist-credentials: false
343-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
343+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
344344
with:
345345
python-version: "3.13"
346346
- name: Build an sdist

0 commit comments

Comments
 (0)