Skip to content

Commit 2475ada

Browse files
authored
Merge pull request #96 from matplotlib/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents c8fe833 + c0d895f commit 2475ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12-
- uses: actions/setup-python@v4
12+
- uses: actions/setup-python@v5
1313
- name: Install dependencies
1414
run: |
1515
python -m pip install -U pip wheel "setuptools<66.0.0" setuptools-scm twine

0 commit comments

Comments
 (0)