Skip to content

Commit da4f7bb

Browse files
chore(deps): bump the actions group across 1 directory with 2 updates (#3125)
Bumps the actions group with 2 updates in the / directory: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [tj-actions/glob](https://github.com/tj-actions/glob). Updates `pypa/cibuildwheel` from 2.17.0 to 2.18.1 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.17.0...v2.18.1) Updates `tj-actions/glob` from 21 to 22 - [Release notes](https://github.com/tj-actions/glob/releases) - [Changelog](https://github.com/tj-actions/glob/blob/main/HISTORY.md) - [Commits](tj-actions/glob@v21...v22) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: tj-actions/glob dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ef2e08f commit da4f7bb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Prepare build files
100100
run: pipx run nox -s prepare
101101

102-
- uses: pypa/cibuildwheel@v2.17.0
102+
- uses: pypa/cibuildwheel@v2.18.1
103103
env:
104104
CIBW_BUILD: "${{ matrix.build }}*"
105105
CIBW_ARCHS: ${{ matrix.arch }}
@@ -148,7 +148,7 @@ jobs:
148148

149149
- uses: docker/[email protected]
150150

151-
- uses: pypa/cibuildwheel@v2.17.0
151+
- uses: pypa/cibuildwheel@v2.18.1
152152
env:
153153
CIBW_BUILD: cp${{ matrix.python }}-*
154154
CIBW_ARCHS: ${{ matrix.arch }}

.github/workflows/packaging-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ jobs:
6565
- name: Prepare build files
6666
run: pipx run nox -s prepare
6767

68-
- uses: pypa/cibuildwheel@v2.17.0
68+
- uses: pypa/cibuildwheel@v2.18.1
6969
env:
7070
CIBW_ARCHS_MACOS: universal2
7171
CIBW_BUILD: cp39-win_amd64 cp310-manylinux_x86_64 cp38-macosx_universal2
7272
with:
7373
config-file: cibuildwheel.toml
7474
package-dir: awkward-cpp
7575

76-
- uses: pypa/cibuildwheel@v2.17.0
76+
- uses: pypa/cibuildwheel@v2.18.1
7777
if: matrix.os == 'ubuntu-latest'
7878
env:
7979
CIBW_BUILD: cp312-manylinux_x86_64

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
python -m build -w awkward-cpp
109109
110110
- name: Find built wheel
111-
uses: tj-actions/glob@v21
111+
uses: tj-actions/glob@v22
112112
id: find-wheel
113113
with:
114114
files: |

0 commit comments

Comments
 (0)