Skip to content

Commit 34c18b3

Browse files
chore(deps): bump the actions group across 1 directory with 2 updates
Bumps the actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `actions/checkout` from 1 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v1...v5) Updates `pypa/cibuildwheel` from 3.1 to 3.2 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.1...v3.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: pypa/cibuildwheel dependency-version: '3.2' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0161da9 commit 34c18b3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ jobs:
776776
timeout-minutes: 90
777777

778778
steps:
779-
- uses: actions/checkout@v1 # v1 is required to run inside docker
779+
- uses: actions/checkout@v5 # v1 is required to run inside docker
780780

781781
- name: Install requirements
782782
run: |

.github/workflows/tests-cibw.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
submodules: true
2323
fetch-depth: 0
2424

25-
- uses: pypa/cibuildwheel@v3.1
25+
- uses: pypa/cibuildwheel@v3.2
2626
env:
2727
PYODIDE_BUILD_EXPORTS: whole_archive
2828
with:
@@ -45,7 +45,7 @@ jobs:
4545
# We have to uninstall first because GH is now using a local tap to build cmake<4, iOS needs cmake>=4
4646
- run: brew uninstall cmake && brew install cmake
4747

48-
- uses: pypa/cibuildwheel@v3.1
48+
- uses: pypa/cibuildwheel@v3.2
4949
env:
5050
CIBW_PLATFORM: ios
5151
CIBW_SKIP: cp314-* # https://github.com/pypa/cibuildwheel/issues/2494
@@ -80,7 +80,7 @@ jobs:
8080
8181
- run: pipx install patchelf
8282

83-
- uses: pypa/cibuildwheel@v3.1
83+
- uses: pypa/cibuildwheel@v3.2
8484
env:
8585
CIBW_PLATFORM: android
8686
with:

0 commit comments

Comments
 (0)