Skip to content

Commit 2efa40c

Browse files
authored
Merge pull request #100 from matplotlib/dependabot/github_actions/actions-351cf6cc53
Bump the actions group with 2 updates
2 parents 0bd7b2c + 4706b21 commit 2efa40c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
persist-credentials: false
1919

2020
- name: Set up Python 3
21-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
21+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
2222
with:
2323
python-version: '3.x'
2424

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Set up Python
2323
id: setup
24-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
24+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
2525
with:
2626
python-version: '3.x'
2727

@@ -52,7 +52,7 @@ jobs:
5252
id-token: write
5353
steps:
5454
- name: Download packages
55-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
55+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
5656
with:
5757
pattern: packages-*
5858
path: dist

0 commit comments

Comments
 (0)