8000 Bump the actions group with 2 updates · matplotlib/matplotlib@8261942 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8261942

Browse files
Bump the actions group with 2 updates
Bumps the actions group with 2 updates: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [eps1lon/actions-label-merge-conflict](https://github.com/eps1lon/actions-label-merge-conflict). Updates `pypa/cibuildwheel` from 2.17.0 to 2.18.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@8d94547...711a3d0) Updates `eps1lon/actions-label-merge-conflict` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/eps1lon/actions-label-merge-conflict/releases) - [Changelog](https://github.com/eps1lon/actions-label-merge-conflict/blob/main/CHANGELOG.md) - [Commits](eps1lon/actions-label-merge-conflict@e62d7a5...6d74047) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: eps1lon/actions-label-merge-conflict dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 955432c commit 8261942

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
path: dist/
141141

142142
- name: Build wheels for CPython 3.12
143-
uses: pypa/cibuildwheel@8d945475ac4b1aac4ae08b2fd27db9917158b6ce # v2.17.0
143+
uses: pypa/cibuildwheel@711a3d017d0729f3edde18545fee967f03d65f65 # v2.18.0
144144
with:
145145
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
146146
env:
@@ -149,7 +149,7 @@ jobs:
149149
MACOSX_DEPLOYMENT_TARGET: "${{ matrix.macos_target }}"
150150

151151
- name: Build wheels for CPython 3.11
152-
uses: pypa/cibuildwheel@8d945475ac4b1aac4ae08b2fd27db9917158b6ce # v2.17.0
152+
uses: pypa/cibuildwheel@711a3d017d0729f3edde18545fee967f03d65f65 # v2.18.0
153153
with:
154154
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
155155
env:
@@ -158,7 +158,7 @@ jobs:
158158
MACOSX_DEPLOYMENT_TARGET: "${{ matrix.macos_target }}"
159159

160160
- name: Build wheels for CPython 3.10
161-
uses: pypa/cibuildwheel@8d945475ac4b1aac4ae08b2fd27db9917158b6ce # v2.17.0
161+
uses: pypa/cibuildwheel@711a3d017d0729f3edde18545fee967f03d65f65 # v2.18.0
162162
with:
163163
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
164164
env:
@@ -167,7 +167,7 @@ jobs:
167167
MACOSX_DEPLOYMENT_TARGET: "${{ matrix.macos_target }}"
168168

169169
- name: Build wheels for CPython 3.9
170-
uses: pypa/cibuildwheel@8d945475ac4b1aac4ae08b2fd27db9917158b6ce # v2.17.0
170+
uses: pypa/cibuildwheel@711a3d017d0729f3edde18545fee967f03d65f65 # v2.18.0
171171
with:
172172
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
173173
env:
@@ -176,7 +176,7 @@ jobs:
176176
MACOSX_DEPLOYMENT_TARGET: "${{ matrix.macos_target }}"
177177

178178
- name: Build wheels for PyPy
179-
uses: pypa/cibuildwheel@8d945475ac4b1aac4ae08b2fd27db9917158b6ce # v2.17.0
179+
uses: pypa/cibuildwheel@711a3d017d0729f3edde18545fee967f03d65f65 # v2.18.0
180180
with:
181181
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
182182
env:

.github/workflows/conflictcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Check if PRs have merge conflicts
20-
uses: eps1lon/actions-label-merge-conflict@e62d7a53ff8be8b97684bffb6cfbbf3fc1115e2e # v3.0.0
20+
uses: eps1lon/actions-label-merge-conflict@6d74047dcef155976a15e4a124dde2c7fe0c5522 # v3.0.1
2121
with:
2222
dirtyLabel: "status: needs rebase"
2323
repoToken: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)
0