Skip to content

Commit 6671051

Browse files
authored
Merge pull request #783 from pypa/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 145f3c4 + f407e8d commit 6671051

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
@@ -32,7 +32,7 @@ jobs:
3232
- "3.13"
3333
- "3.14"
3434
steps:
35-
- uses: actions/checkout@v5
35+
- uses: actions/checkout@v6
3636

3737
- name: Setup Python ${{ matrix.python-version }}
3838
uses: actions/setup-python@v6
@@ -60,7 +60,7 @@ jobs:
6060

6161
steps:
6262
- name: Checkout
63-
uses: actions/checkout@v5
63+
uses: actions/checkout@v6
6464

6565
- name: Set up Python 3.12
6666
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)