Skip to content

Commit 59007f6

Browse files
authored
Merge pull request #11 from matplotlib/dependabot/github_actions/actions-7c51d290ef
Bump the actions group with 3 updates
2 parents a0860fe + 2048b5e commit 59007f6

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ jobs:
4646

4747
steps:
4848
- name: Checkout matplotlib-release
49-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
49+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5050
with:
5151
persist-credentials: false
5252

5353
- name: Checkout matplotlib
54-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
54+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5555
with:
5656
repository: matplotlib/matplotlib
5757
ref: ${{ env.SOURCE_REF_TO_BUILD }}
@@ -60,7 +60,7 @@ jobs:
6060
persist-credentials: false
6161
fetch-depth: 0
6262

63-
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
63+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
6464
name: Install Python
6565
with:
6666
python-version: '3.12'
@@ -92,7 +92,7 @@ jobs:
9292

9393
steps:
9494
- name: Checkout matplotlib-release
95-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
95+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
9696
with:
9797
persist-credentials: false
9898

@@ -227,7 +227,7 @@ jobs:
227227
merge-multiple: true
228228

229229
- name: Publish
230-
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
230+
uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2
231231
with:
232232
repository-url: https://test.pypi.org/legacy/
233233
skip-existing: true
@@ -243,7 +243,7 @@ jobs:
243243
runs-on: ubuntu-latest
244244
steps:
245245
- name: Checkout matplotlib
246-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
246+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
247247
with:
248248
repository: matplotlib/matplotlib
249249
ref: ${{ env.SOURCE_REF_TO_BUILD }}
@@ -285,7 +285,7 @@ jobs:
285285
merge-multiple: true
286286

287287
- name: Publish
288-
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
288+
uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2
289289
with:
290290
print-hash: true
291291
attestations: true

0 commit comments

Comments
 (0)