Skip to content

Commit f5e3f3d

Browse files
authored
Merge pull request #17 from bgilbert/workflows
workflows: update actions/checkout to v6
2 parents 0aa2db3 + 07f2337 commit f5e3f3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dco-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-slim
2626
steps:
2727
- name: Check out repo
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929
- name: Install dco-check
3030
run: pip install dco-check
3131
- name: Check signoffs

0 commit comments

Comments
 (0)