Skip to content

Commit 6367b5c

Browse files
dependabot[bot]maxbachmann
authored andcommitted
Bump the github-actions group across 1 directory with 2 updates
Bumps the github-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 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.1 to 3.3.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.2.1...v3.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pypa/cibuildwheel dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent de93cb7 commit 6367b5c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
build:
2424
runs-on: [ubuntu-latest]
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
with:
2828
submodules: 'true'
2929

.github/workflows/pythonbuild.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Build source distribution
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
with:
1717
submodules: 'true'
1818

@@ -74,7 +74,7 @@ jobs:
7474
run: cp dist/*.tar.gz levenshtein.tar.gz
7575

7676
- name: Build wheels
77-
uses: pypa/cibuildwheel@v3.2.1
77+
uses: pypa/cibuildwheel@v3.3.0
7878
with:
7979
package-dir: levenshtein.tar.gz
8080
output-dir: wheelhouse
@@ -109,7 +109,7 @@ jobs:
109109
run: cp dist/*.tar.gz levenshtein.tar.gz
110110

111111
- name: Build wheels
112-
uses: pypa/cibuildwheel@v3.2.1
112+
uses: pypa/cibuildwheel@v3.3.0
113113
with:
114114
package-dir: levenshtein.tar.gz
115115
output-dir: wheelhouse
@@ -140,7 +140,7 @@ jobs:
140140
run: cp dist/*.tar.gz levenshtein.tar.gz
141141

142142
- name: Build wheel
143-
uses: pypa/cibuildwheel@v3.2.1
143+
uses: pypa/cibuildwheel@v3.3.0
144144
with:
145145
package-dir: levenshtein.tar.gz
146146
output-dir: wheelhouse
@@ -176,7 +176,7 @@ jobs:
176176
run: cp dist/*.tar.gz levenshtein.tar.gz
177177

178178
- name: Build wheel
179-
uses: pypa/cibuildwheel@v3.2.1
179+
uses: pypa/cibuildwheel@v3.3.0
180180
with:
181181
package-dir: levenshtein.tar.gz
182182
output-dir: wheelhouse

0 commit comments

Comments
 (0)