Skip to content

Commit 573e72f

Browse files
Update actions/checkout action to v6
1 parent 4a57f94 commit 573e72f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout Code
28-
uses: actions/checkout@v5.0.0
28+
uses: actions/checkout@v6.0.0
2929
- name: Pre-commit
3030
uses: pre-commit/[email protected]
3131
with:

0 commit comments

Comments
 (0)