Skip to content

Commit daf68b5

Browse files
Merge pull request #1200 from pypa/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 229946a + 3f3927c commit daf68b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/api-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
with:
2424
fetch-depth: 0
2525

.github/workflows/python-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
SETUPTOOLS_SCM_NO_LOCAL: "1"
2828

2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131
with:
3232
fetch-depth: 0
3333

@@ -50,7 +50,7 @@ jobs:
5050

5151
name: ${{ matrix.os }} - Python ${{ matrix.python_version }}
5252
steps:
53-
- uses: actions/checkout@v4
53+
- uses: actions/checkout@v5
5454
with:
5555
fetch-depth: 0
5656
- name: Setup python

0 commit comments

Comments
 (0)