Skip to content

Commit 71e470d

Browse files
authored
Merge pull request matplotlib#31261 from matplotlib/dependabot/github_actions/actions-eede4f065f
Bump the actions group with 2 updates
2 parents 94d09cd + 40b2eb3 commit 71e470d

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
path: dist/
147147

148148
- name: Build wheels for CPython 3.14
149-
uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
149+
uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
150150
with:
151151
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
152152
env:
@@ -156,7 +156,7 @@ jobs:
156156
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
157157

158158
- name: Build wheels for CPython 3.13
159-
uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
159+
uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
160160
with:
161161
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
162162
env:
@@ -165,23 +165,23 @@ jobs:
165165
CIBW_ARCHS: ${{ matrix.cibw_archs }}
166166

167167
- name: Build wheels for CPython 3.12
168-
uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
168+
uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
169169
with:
170170
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
171171
env:
172172
CIBW_BUILD: "cp312-*"
173173
CIBW_ARCHS: ${{ matrix.cibw_archs }}
174174

175175
- name: Build wheels for CPython 3.11
176-
uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
176+
uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
177177
with:
178178
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
179179
env:
180180
CIBW_BUILD: "cp311-*"
181181
CIBW_ARCHS: ${{ matrix.cibw_archs }}
182182

183183
- name: Build wheels for PyPy
184-
uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
184+
uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
185185
with:
186186
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
187187
env:

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
persist-credentials: false
3535

3636
- name: Initialize CodeQL
37-
uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
37+
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
3838
with:
3939
languages: ${{ matrix.language }}
4040

@@ -45,4 +45,4 @@ jobs:
4545
pip install --user -v .
4646
4747
- name: Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
48+
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6

0 commit comments

Comments
 (0)