Skip to content

Commit 66f31e0

Browse files
authored
Merge pull request #10 from delb-xml/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents c03e045 + ab7c664 commit 66f31e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- "3.9"
1919
- "3.14"
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
- uses: actions/setup-python@v5
2323
with:
2424
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)