Skip to content

Commit aa7b6bf

Browse files
chore(deps): bump the actions group with 3 updates (#663)
Bumps the actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [wntrblm/nox](https://github.com/wntrblm/nox). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) Updates `pypa/cibuildwheel` from 3.2 to 3.3 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.2...v3.3) Updates `wntrblm/nox` from 2025.10.16 to 2025.11.12 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](wntrblm/nox@2025.10.16...2025.11.12) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: pypa/cibuildwheel dependency-version: '3.3' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: wntrblm/nox dependency-version: 2025.11.12 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a611e25 commit aa7b6bf

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Lint
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
- uses: actions/setup-python@v6
2727
with:
2828
python-version: "3.x"
@@ -93,7 +93,7 @@ jobs:
9393
build: ""
9494

9595
steps:
96-
- uses: actions/checkout@v5
96+
- uses: actions/checkout@v6
9797
with:
9898
fetch-depth: 0 # required for versioneer to find tags
9999

@@ -106,7 +106,7 @@ jobs:
106106
if: matrix.arch == 'ppc64le' || matrix.arch == 'riscv64' || matrix.arch == 's390x'
107107

108108
- name: Build wheels
109-
uses: pypa/cibuildwheel@v3.2
109+
uses: pypa/cibuildwheel@v3.3
110110
env:
111111
CIBW_ARCHS: "${{ matrix.arch }}"
112112
CIBW_BUILD: "cp310-${{ matrix.build }}*"
@@ -121,7 +121,7 @@ jobs:
121121
needs: [lint]
122122
runs-on: ubuntu-latest
123123
steps:
124-
- uses: actions/checkout@v5
124+
- uses: actions/checkout@v6
125125
with:
126126
fetch-depth: 0 # required for versioneer to find tags
127127

@@ -143,7 +143,7 @@ jobs:
143143
python: ["3.8", "3.13"]
144144

145145
steps:
146-
- uses: actions/checkout@v5
146+
- uses: actions/checkout@v6
147147
- uses: astral-sh/setup-uv@v7
148148
with:
149149
enable-cache: false
@@ -183,7 +183,7 @@ jobs:
183183
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
184184

185185
steps:
186-
- uses: actions/checkout@v5
186+
- uses: actions/checkout@v6
187187
- uses: actions/setup-python@v6
188188
id: python
189189
with:

.github/workflows/update-dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- dependency: "openssl"
2626
dependency_nice: "OpenSSL"
2727
steps:
28-
- uses: actions/checkout@v5
29-
- uses: wntrblm/nox@2025.10.16
28+
- uses: actions/checkout@v6
29+
- uses: wntrblm/nox@2025.11.12
3030
- name: "Run update: bump ${{ matrix.dependency_nice }}"
3131
id: bump
3232
run: |

0 commit comments

Comments
 (0)