Skip to content

Commit 5dcc35b

Browse files
Update actions/checkout action to v5
1 parent 20803d2 commit 5dcc35b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/commit_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
with:
1717
fetch-depth: 0 # Get full git history
1818
- name: Install package
@@ -41,7 +41,7 @@ jobs:
4141
fail-fast: false
4242

4343
steps:
44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@v5
4545
with:
4646
fetch-depth: 0 # Get full git history
4747

0 commit comments

Comments
 (0)