8000 Merge pull request #22617 from matplotlib/dependabot/github_actions/a… · Carreau/matplotlib@a4c6103 · GitHub
[go: up one dir, main page]

Skip to content

Commit a4c6103

Browse files
authored
Merge pull request matplotlib#22617 from matplotlib/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 7aed240 + 9869288 commit a4c6103

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
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
platforms: arm64
5050

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

.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@v3
@@ -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