Skip to content

Commit c72f882

Browse files
Merge pull request #10 from matplotlib/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 3 to 5
2 parents 1d6cac4 + 806f86e commit c72f882

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
persist-credentials: false
2828
- name: Set up Python ${{ matrix.python-version }}
29-
uses: actions/setup-python@v3
29+
uses: actions/setup-python@v5
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232

@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
persist-credentials: false
7474
- name: Set up Python ${{ matrix.python-version }}
75-
uses: actions/setup-python@v3
75+
uses: actions/setup-python@v5
7676
with:
7777
python-version: ${{ matrix.python-version }}
7878

0 commit comments

Comments
 (0)