Skip to content

Commit b541e9f

Browse files
authored
Merge pull request #214 from abacusorg/dependabot/github_actions/actions/checkout-7
build(deps): bump actions/checkout from 6 to 7
2 parents d01ad91 + 50de55a commit b541e9f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929

3030
steps:
31-
- uses: actions/checkout@v6
31+
- uses: actions/checkout@v7
3232
with:
3333
fetch-depth: 0
3434

@@ -71,7 +71,7 @@ jobs:
7171
python-version: ["3.10", "3.11", "3.12", "3.13"]
7272

7373
steps:
74-
- uses: actions/checkout@v6
74+
- uses: actions/checkout@v7
7575
with:
7676
fetch-depth: 0
7777

0 commit comments

Comments
 (0)