Skip to content

Commit e4d4b0a

Browse files
authored
Merge pull request matplotlib#22573 from matplotlib/dependabot/github_actions/actions/setup-python-3
CI: Bump actions/setup-python from 2 to 3
2 parents c8dc379 + fbecb02 commit e4d4b0a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
fetch-depth: 0
5454

55-
- uses: actions/setup-python@v2
55+
- uses: actions/setup-python@v3
5656
name: Install Python
5757
with:
5858
python-version: '3.8'

.github/workflows/reviewdog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010

1111
- name: Set up Python 3
12-
uses: actions/setup-python@v1
12+
uses: actions/setup-python@v3
1313
with:
1414
python-version: 3.8
1515

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
fetch-depth: 0
5959

6060
- name: Set up Python ${{ matrix.python-version }}
61-
uses: actions/setup-python@v2
61+
uses: actions/setup-python@v3
6262
with:
6363
python-version: ${{ matrix.python-version }}
6464

0 commit comments

Comments
 (0)