Skip to content

Commit 1fcf45c

Browse files
Bump the actions-deps group with 2 updates
Bumps the actions-deps 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: actions-deps - dependency-name: pypa/cibuildwheel dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ad0f2e2 commit 1fcf45c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0 # Fetch full history for git describe to work
1616

1717
- name: Set up Python
18-
uses: actions/setup-python@v6
18+
uses: actions/setup-python@v7
1919
with:
2020
python-version: '3.11'
2121
cache: 'pip'

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ jobs:
278278
# core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
279279
# core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '')
280280

281-
- uses: actions/setup-python@v6
281+
- uses: actions/setup-python@v7
282282
with:
283283
# python installation used when to start cibuildwheel
284284
python-version: "3.12"
@@ -346,7 +346,7 @@ jobs:
346346
path: C:\vcpkg\installed
347347
key: ${{ matrix.os }}-${{ env.cache-name }}-a
348348

349-
- uses: pypa/cibuildwheel@v4.1.0
349+
- uses: pypa/cibuildwheel@v4.1.1
350350
if: startsWith(matrix.os, 'ubuntu-')
351351
env:
352352
CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}
@@ -400,7 +400,7 @@ jobs:
400400
output-dir: wheelhouse
401401
config-file: "{package}/pyproject.toml"
402402

403-
- uses: pypa/cibuildwheel@v4.1.0
403+
- uses: pypa/cibuildwheel@v4.1.1
404404
if: startsWith(matrix.os, 'macos-')
405405
env:
406406
CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}

0 commit comments

Comments
 (0)