Skip to content

Commit cc6cead

Browse files
authored
Merge pull request matplotlib#31483 from matplotlib/dependabot/github_actions/actions-926eff13a3
Bump the actions group across 1 directory with 2 updates
2 parents 90f98c7 + c1cc236 commit cc6cead

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: twine check dist/*
7474

7575
- name: Upload sdist result
76-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
76+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7777
with:
7878
name: cibw-sdist
7979
path: dist/*.tar.gz
@@ -194,7 +194,7 @@ jobs:
194194
CIBW_ENABLE: pypy
195195
if: matrix.cibw_archs != 'aarch64' && matrix.os != 'windows-latest' && matrix.os != 'windows-11-arm'
196196

197-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
197+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
198198
with:
199199
name: cibw-wheels-${{ runner.os }}-${{ matrix.cibw_archs }}
200200
path: ./wheelhouse/*.whl

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ jobs:
401401
name: "${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }}"
402402
token: ${{ secrets.CODECOV_TOKEN }}
403403

404-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
404+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
405405
if: failure()
406406
with:
407407
name: "${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }} result images"
@@ -418,7 +418,7 @@ jobs:
418418

419419
steps:
420420
- name: Create issue on failure
421-
uses: imjohnbo/issue-bot@572eed14422c4d6ca37e870f97e7da209422f5bd # v3.4.4
421+
uses: imjohnbo/issue-bot@3188c6ce06249206709d3b1f274d0d4c5a521601 # v3.4.5
422422
with:
423423
title: "[TST] Upcoming dependency test failures"
424424
body: |

.github/workflows/wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
CIBW_PLATFORM: "pyodide"
5757
CIBW_TEST_COMMAND: "true"
5858

59-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
59+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6060
with:
6161
name: cibw-wheels-wasm
6262
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)