Skip to content

Commit 2eb8ab0

Browse files
authored
Merge pull request #23 from michaelw/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents 4aebe3f + c2fc38a commit 2eb8ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build-and-test:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
- uses: actions/setup-python@v5
2424
with:
2525
cache: pip

0 commit comments

Comments
 (0)