Skip to content

Commit 462e6a6

Browse files
authored
Merge pull request #31444 from matplotlib/dependabot/github_actions/actions-136dbdaf73
Bump the actions group with 3 updates
2 parents 0bef286 + 22b56ea commit 462e6a6

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.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@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
149+
uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
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@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
159+
uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
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@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
168+
uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
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@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
176+
uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
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@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
184+
uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
185185
with:
186186
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
187187
env:

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
1919
with:
2020
python-version: "3.x"
21-
- uses: j178/prek-action@79f765515bd648eb4d6bb1b17277b7cb22cb6468 # v2.0.0
21+
- uses: j178/prek-action@53276d8b0d10f8b6672aa85b4588c6921d0370cc # v2.0.1
2222
with:
2323
extra_args: --hook-stage manual --all-files
2424

.github/workflows/pr_welcome.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
issues: write
1717
pull-requests: write
1818
steps:
19-
- uses: plbstl/first-contribution@4fb1541ce2706255850d56c5684552607be1ae9b # v4.2.0
19+
- uses: plbstl/first-contribution@7c31f41b0e7a70adfcae06cf964679f61af6780b # v4.3.0
2020
with:
2121
labels: first-contribution
2222
pr-opened-msg: >+

.github/workflows/wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
python-version: '3.13'
5151

5252
- name: Build wheels for wasm
53-
uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
53+
uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
5454
env:
5555
CIBW_BUILD: "cp312-*"
5656
CIBW_PLATFORM: "pyodide"

0 commit comments

Comments
 (0)