Skip to content

Commit 6b134d3

Browse files
chore(deps): bump the actions group with 3 updates
Bumps the actions group with 3 updates: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel), [actions/setup-python](https://github.com/actions/setup-python) and [actions/labeler](https://github.com/actions/labeler). 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) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) Updates `actions/labeler` from 5 to 6 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](actions/labeler@v5...v6) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: '3.2' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/labeler dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 51db88c commit 6b134d3

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/emscripten.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
submodules: true
2525
fetch-depth: 0
2626

27-
- uses: pypa/cibuildwheel@v3.1
27+
- uses: pypa/cibuildwheel@v3.2
2828
env:
2929
CIBW_PLATFORM: pyodide
3030

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121
submodules: true
22-
- uses: actions/setup-python@v5
22+
- uses: actions/setup-python@v6
2323
with:
2424
python-version: "3.9"
2525
- uses: astral-sh/setup-uv@v6

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
triage:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/labeler@v5
9+
- uses: actions/labeler@v6
1010
with:
1111
repo-token: ${{ secrets.GITHUB_TOKEN }}
1212
sync-labels: true

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
fetch-depth: 0
7474
submodules: true
7575

76-
- uses: actions/setup-python@v5
76+
- uses: actions/setup-python@v6
7777
with:
7878
python-version: ${{ matrix.python-version }}
7979
allow-prereleases: true
@@ -129,7 +129,7 @@ jobs:
129129

130130
- uses: astral-sh/setup-uv@v6
131131

132-
- uses: pypa/cibuildwheel@v3.1
132+
- uses: pypa/cibuildwheel@v3.2
133133
with:
134134
only: "${{ matrix.only }}"
135135

.github/workflows/weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Update to latest
2020
run: git submodule foreach "git checkout develop || git checkout master"
2121

22-
- uses: actions/setup-python@v5
22+
- uses: actions/setup-python@v6
2323
with:
2424
python-version: "3.12"
2525

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100

101101
- uses: astral-sh/setup-uv@v6
102102

103-
- uses: pypa/cibuildwheel@v3.1
103+
- uses: pypa/cibuildwheel@v3.2
104104
env:
105105
CIBW_BUILD: ${{ matrix.build }}
106106
CIBW_ARCHS: ${{ matrix.arch }}
@@ -131,7 +131,7 @@ jobs:
131131

132132
- run: brew uninstall cmake; brew install cmake
133133

134-
- uses: pypa/cibuildwheel@v3.1
134+
- uses: pypa/cibuildwheel@v3.2
135135
env:
136136
CIBW_PLATFORM: ios
137137

0 commit comments

Comments
 (0)