Skip to content

Commit d59c21e

Browse files
authored
Merge pull request #23 from patchlevel/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents d8af530 + ef1942b commit d59c21e

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
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Check out the repo
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333

3434
- name: Set up Docker Buildx
3535
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)