Skip to content

Commit d9b7a51

Browse files
authored
Merge pull request #200 from MacPython/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 1743d21 + 53b39b4 commit d9b7a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
IS_PUSH: ${{ github.event_name == 'push' }}
4949

5050
steps:
51-
- uses: actions/checkout@v5
51+
- uses: actions/checkout@v6
5252
with:
5353
submodules: recursive
5454
fetch-depth: 0

0 commit comments

Comments
 (0)