Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cef6af6

Browse filesBrowse files
authored
Merge pull request matplotlib#28910 from matplotlib/dependabot/github_actions/actions-c3921ab492
Bump the actions group across 1 directory with 5 updates
2 parents 537ea7a + f9fa77b commit cef6af6
Copy full SHA for cef6af6

File tree

Expand file treeCollapse file tree

3 files changed

+9
-9
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+9
-9
lines changed

‎.github/workflows/cibuildwheel.yml

Copy file name to clipboardExpand all lines: .github/workflows/cibuildwheel.yml
+7-7Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
path: dist/
144144

145145
- name: Build wheels for CPython 3.13
146-
uses: pypa/cibuildwheel@bd033a44476646b606efccdd5eed92d5ea1d77ad # v2.20.0
146+
uses: pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
147147
with:
148148
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
149149
env:
@@ -163,31 +163,31 @@ jobs:
163163
CIBW_ARCHS: ${{ matrix.cibw_archs }}
164164

165165
- name: Build wheels for CPython 3.12
166-
uses: pypa/cibuildwheel@bd033a44476646b606efccdd5eed92d5ea1d77ad # v2.20.0
166+
uses: pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
167167
with:
168168
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
169169
env:
170170
CIBW_BUILD: "cp312-*"
171171
CIBW_ARCHS: ${{ matrix.cibw_archs }}
172172

173173
- name: Build wheels for CPython 3.11
174-
uses: pypa/cibuildwheel@bd033a44476646b606efccdd5eed92d5ea1d77ad # v2.20.0
174+
uses: pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
175175
with:
176176
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
177177
env:
178178
CIBW_BUILD: "cp311-*"
179179
CIBW_ARCHS: ${{ matrix.cibw_archs }}
180180

181181
- name: Build wheels for CPython 3.10
182-
uses: pypa/cibuildwheel@bd033a44476646b606efccdd5eed92d5ea1d77ad # v2.20.0
182+
uses: pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
183183
with:
184184
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
185185
env:
186186
CIBW_BUILD: "cp310-*"
187187
CIBW_ARCHS: ${{ matrix.cibw_archs }}
188188

189189
- name: Build wheels for PyPy
190-
uses: pypa/cibuildwheel@bd033a44476646b606efccdd5eed92d5ea1d77ad # v2.20.0
190+
uses: pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
191191
with:
192192
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
193193
env:
@@ -231,9 +231,9 @@ jobs:
231231
run: ls dist
232232

233233
- name: Generate artifact attestation for sdist and wheel
234-
uses: actions/attest-build-provenance@310b0a4a3b0b78ef57ecda988ee04b132db73ef8 # v1.4.1
234+
uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
235235
with:
236236
subject-path: dist/matplotlib-*
237237

238238
- name: Publish package distributions to PyPI
239-
uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0
239+
uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2

‎.github/workflows/nightlies.yml

Copy file name to clipboardExpand all lines: .github/workflows/nightlies.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
ls -l dist/
6060
6161
- name: Upload wheels to Anaconda Cloud as nightlies
62-
uses: scientific-python/upload-nightly-action@b67d7fcc0396e1128a474d1ab2b48aa94680f9fc # 0.5.0
62+
uses: scientific-python/upload-nightly-action@82396a2ed4269ba06c6b2988bb4fd568ef3c3d6b # 0.6.1
6363
with:
6464
artifacts_path: dist
6565
anaconda_nightly_upload_token: ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }}

‎.github/workflows/tests.yml

Copy file name to clipboardExpand all lines: .github/workflows/tests.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
allow-prereleases: true
125125

126126
- name: Set up Python ${{ matrix.python-version }}
127-
uses: deadsnakes/action@6c8b9b82fe0b4344f4b98f2775fcc395df45e494 # v3.1.0
127+
uses: deadsnakes/action@e640ac8743173a67cca4d7d77cd837e514bf98e8 # v3.2.0
128128
if: matrix.python-version == '3.13t'
129129
with:
130130
python-version: '3.13'

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.