Skip to content

Commit 8e49f94

Browse files
authored
Merge pull request #767 from pypa/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 9bce745 + 4e425b1 commit 8e49f94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- "3.12"
3232
- "3.13"
3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v5
3535

3636
- name: Setup Python ${{ matrix.python-version }}
3737
uses: actions/setup-python@v5
@@ -59,7 +59,7 @@ jobs:
5959

6060
steps:
6161
- name: Checkout
62-
uses: actions/checkout@v4
62+
uses: actions/checkout@v5
6363

6464
- name: Set up Python 3.12
6565
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)