Skip to content

Commit 63bc0c4

Browse files
authored
Merge pull request #7 from delb-xml/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
2 parents 1585ef3 + 7beb84a commit 63bc0c4

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

0 commit comments

Comments
 (0)