Skip to content

Commit 2630651

Browse files
authored
Merge pull request #517 from pmorissette/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents c0961c4 + 9cf8503 commit 2630651

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

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

2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v6
2828

2929
- uses: actions-ext/python/setup@main
3030
with:

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cibuildwheel: "cp314"
3535

3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v6
3838

3939
- uses: actions-ext/python/setup@main
4040
with:

0 commit comments

Comments
 (0)