Skip to content

Commit 46908b2

Browse files
authored
Merge pull request #8 from delb-xml/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 8a2f3de + b4bfbb7 commit 46908b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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.8
1919
- "3.13"
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- uses: actions/setup-python@v5
2323
with:
2424
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)