Skip to content

Commit 39bdb22

Browse files
dependabot[bot]maxbachmann
authored andcommitted
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `actions/setup-python` from 6 to 7 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) Updates `pypa/cibuildwheel` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pypa/cibuildwheel dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 384c676 commit 39bdb22

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/branchbuild.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
submodules: 'true'
1818

19-
- uses: "actions/setup-python@v6"
19+
- uses: "actions/setup-python@v7"
2020
with:
2121
python-version: "3.13"
2222

@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353
- uses: "actions/checkout@v7"
5454

55-
- uses: "actions/setup-python@v6"
55+
- uses: "actions/setup-python@v7"
5656
with:
5757
python-version: "3.13"
5858

@@ -96,7 +96,7 @@ jobs:
9696
steps:
9797
- uses: "actions/checkout@v7"
9898

99-
- uses: "actions/setup-python@v6"
99+
- uses: "actions/setup-python@v7"
100100
with:
101101
python-version: "3.13"
102102

@@ -146,7 +146,7 @@ jobs:
146146
- uses: "actions/checkout@v7"
147147
with:
148148
submodules: 'true'
149-
- uses: "actions/setup-python@v6"
149+
- uses: "actions/setup-python@v7"
150150
with:
151151
allow-prereleases: true
152152
python-version: "${{ matrix.python-version }}"
@@ -204,7 +204,7 @@ jobs:
204204
repository: rapidfuzz/intel-sde
205205
path: sde
206206

207-
- uses: "actions/setup-python@v6"
207+
- uses: "actions/setup-python@v7"
208208
with:
209209
python-version: "3.13"
210210

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: "actions/checkout@v7"
1414
with:
1515
submodules: 'true'
16-
- uses: "actions/setup-python@v6"
16+
- uses: "actions/setup-python@v7"
1717
with:
1818
python-version: "3.11"
1919

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v7
2626
with:
2727
submodules: 'true'
28-
- uses: actions/setup-python@v6
28+
- uses: actions/setup-python@v7
2929

3030
- name: Install dependencies
3131
run: |

.github/workflows/releasebuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v7
1616
with:
1717
submodules: 'true'
18-
- uses: actions/setup-python@v6
18+
- uses: actions/setup-python@v7
1919
with:
2020
python-version: "3.11"
2121

@@ -118,7 +118,7 @@ jobs:
118118

119119
- name: Build wheels
120120
if: matrix.archs != 'ppc64le' && matrix.archs != 's390x'
121-
uses: pypa/cibuildwheel@v4.1.0
121+
uses: pypa/cibuildwheel@v4.1.1
122122
env:
123123
CIBW_PLATFORM: ${{ matrix.platform || 'auto' }}
124124
CIBW_ARCHS: ${{ matrix.archs || 'auto' }}
@@ -156,7 +156,7 @@ jobs:
156156

157157
- name: Build wheels
158158
if: matrix.archs != 'riscv64'
159-
uses: pypa/cibuildwheel@v4.1.0
159+
uses: pypa/cibuildwheel@v4.1.1
160160
env:
161161
CIBW_PLATFORM: pyodide
162162
CIBW_ARCHS: auto

.github/workflows/submodule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: |
2020
git submodule foreach --recursive 'git fetch --tags'
2121
22-
- uses: "actions/setup-python@v6"
22+
- uses: "actions/setup-python@v7"
2323
with:
2424
python-version: "3.11"
2525

0 commit comments

Comments
 (0)