Skip to content

Commit 37cf8e4

Browse files
authored
Merge pull request #23261 from matplotlib/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 3 to 4
2 parents d58e966 + fe4e0ce commit 37cf8e4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/cibuildwheel.yml

+1-1
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@v3
55+
- uses: actions/setup-python@v4
5656
name: Install Python
5757
with:
5858
python-version: '3.8'

.github/workflows/nightlies.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Install Python
18-
uses: actions/setup-python@v3
18+
uses: actions/setup-python@v4
1919
with:
2020
python-version: '3.x'
2121

.github/workflows/reviewdog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v3
1010

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

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
fetch-depth: 0
6262

6363
- name: Set up Python ${{ matrix.python-version }}
64-
uses: actions/setup-python@v3
64+
uses: actions/setup-python@v4
6565
with:
6666
python-version: ${{ matrix.python-version }}
6767

0 commit comments

Comments
 (0)