Update actions/checkout action to v5
Some checks failed
lint-and-test / lint-test (pull_request) Failing after 3s

This commit is contained in:
2025-08-23 02:41:08 +00:00
parent bf16bd9e46
commit d3bd33c72e
7 changed files with 7 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0