8000 Merge pull request #22618 from meeseeksmachine/auto-backport-of-pr-22… · matplotlib/matplotlib@f09af98 · GitHub
[go: up one dir, main page]

Skip to content

Commit f09af98

Browse files
authored
Merge pull request #22618 from meeseeksmachine/auto-backport-of-pr-22617-on-v3.5.x
Backport PR #22617 on branch v3.5.x (Bump actions/checkout from 2 to 3)
2 parents 634808b + 2b17f20 commit f09af98

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
platforms: arm64
5151

52-
- uses: actions/checkout@v2
52+
- uses: actions/checkout@v3
5353
with:
5454
fetch-depth: 0
5555

.github/workflows/clean_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77

88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v3
1010
with:
1111
fetch-depth: '0'
1212
- name: Check for added-and-deleted files

.github/workflows/reviewdog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: flake8
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v3
1010

1111
- name: Set up Python 3
1212
uses: actions/setup-python@v1
@@ -37,7 +37,7 @@ jobs:
3737
name: eslint
3838
runs-on: ubuntu-latest
3939
steps:
40-
- uses: actions/checkout@v2
40+
- uses: actions/checkout@v3
4141

4242
- name: eslint
4343
uses: reviewdog/action-eslint@v1

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
XVFB_RUN: ""
5454

5555
steps:
56-
- uses: actions/checkout@v2
56+
- uses: actions/checkout@v3
5757
with:
5858
fetch-depth: 0
5959

0 commit comments

Comments
 (0)
0