Skip to content

Commit a793210

Browse files
Merge pull request #11 from matplotlib/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents c72f882 + 2b02497 commit a793210

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828
with:
2929
persist-credentials: false
3030

.github/workflows/pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python-version: ["3.9", "3.10", "3.11"]
2323

2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
with:
2727
persist-credentials: false
2828
- name: Set up Python ${{ matrix.python-version }}
@@ -68,7 +68,7 @@ jobs:
6868
python-version: ["3.9", "3.10", "3.11"]
6969

7070
steps:
71-
- uses: actions/checkout@v3
71+
- uses: actions/checkout@v4
7272
with:
7373
persist-credentials: false
7474
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)