Skip to content

Commit eb2e593

Browse files
Update actions/checkout action to v6 (#83)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4a57f94 commit eb2e593

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)