Skip to content

Commit 130ff14

Browse files
Bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5f37edd commit 130ff14

9 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- uses: actions/checkout@v4
5959
with:
6060
persist-credentials: false
61-
- uses: actions/setup-python@v5
61+
- uses: actions/setup-python@v6
6262
with:
6363
python-version: '3.x'
6464
- name: Install dependencies
@@ -151,7 +151,7 @@ jobs:
151151
- uses: actions/checkout@v4
152152
with:
153153
persist-credentials: false
154-
- uses: actions/setup-python@v5
154+
- uses: actions/setup-python@v6
155155
with:
156156
python-version: '3.x'
157157
- name: Runner image version

.github/workflows/jit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- uses: actions/checkout@v4
9292
with:
9393
persist-credentials: false
94-
- uses: actions/setup-python@v5
94+
- uses: actions/setup-python@v6
9595
with:
9696
python-version: '3.11'
9797

@@ -140,7 +140,7 @@ jobs:
140140
# - uses: actions/checkout@v4
141141
# with:
142142
# persist-credentials: false
143-
# - uses: actions/setup-python@v5
143+
# - uses: actions/setup-python@v6
144144
# with:
145145
# python-version: '3.11'
146146
# - name: Build with JIT enabled and GIL disabled

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
with:
2424
persist-credentials: false
25-
- uses: actions/setup-python@v5
25+
- uses: actions/setup-python@v6
2626
with:
2727
python-version: "3.x"
2828
- uses: pre-commit/action@v3.0.1

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- uses: actions/checkout@v4
6868
with:
6969
persist-credentials: false
70-
- uses: actions/setup-python@v5
70+
- uses: actions/setup-python@v6
7171
with:
7272
python-version: "3.13"
7373
cache: pip

.github/workflows/reusable-context.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run-windows-tests: ${{ steps.changes.outputs.run-windows-tests }}
5151
steps:
5252
- name: Set up Python
53-
uses: actions/setup-python@v5
53+
uses: actions/setup-python@v6
5454
with:
5555
python-version: "3"
5656

.github/workflows/reusable-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
git fetch origin "${refspec_base}" --shallow-since="${DATE}" \
5353
--no-tags --prune --no-recurse-submodules
5454
- name: 'Set up Python'
55-
uses: actions/setup-python@v5
55+
uses: actions/setup-python@v6
5656
with:
5757
python-version: '3'
5858
cache: 'pip'
@@ -112,7 +112,7 @@ jobs:
112112
with:
113113
persist-credentials: false
114114
- name: 'Set up Python'
115-
uses: actions/setup-python@v5
115+
uses: actions/setup-python@v6
116116
with:
117117
python-version: '3'
118118
cache: 'pip'

.github/workflows/reusable-wasi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: "Add ccache to PATH"
5151
run: echo "PATH=/usr/lib/ccache:$PATH" >> "$GITHUB_ENV"
5252
- name: "Install Python"
53-
uses: actions/setup-python@v5
53+
uses: actions/setup-python@v6
5454
with:
5555
python-version: '3.x'
5656
- name: "Runner image version"

.github/workflows/tail-call.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- uses: actions/checkout@v4
7676
with:
7777
persist-credentials: false
78-
- uses: actions/setup-python@v5
78+
- uses: actions/setup-python@v6
7979
with:
8080
python-version: '3.11'
8181

.github/workflows/verify-ensurepip-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929
with:
3030
persist-credentials: false
31-
- uses: actions/setup-python@v5
31+
- uses: actions/setup-python@v6
3232
with:
3333
python-version: '3'
3434
- name: Compare checksum of bundled wheels to the ones published on PyPI

0 commit comments

Comments
 (0)