Skip to content

Commit 64773a9

Browse files
authored
Merge pull request #103 from matplotlib/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents f8e460e + 9063d50 commit 64773a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
1616
steps:
1717
- uses: actions/checkout@v4
18-
- uses: actions/setup-python@v4
18+
- uses: actions/setup-python@v5
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install -U pip wheel setuptools setuptools-scm twine

0 commit comments

Comments
 (0)