Skip to content

Commit 243e824

Browse files
committed
Use checkout@v4
1 parent f99f1fb commit 243e824

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/commits.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ jobs:
44
lint:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v3
7+
- uses: actions/checkout@v4
8+
89
- name: Check commit messages
910
run: |
1011
for sha in $(git rev-list origin/main..HEAD); do

0 commit comments

Comments
 (0)