diff options
Diffstat (limited to '.github/workflows/check-style.yml')
| -rw-r--r-- | .github/workflows/check-style.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check-style.yml b/.github/workflows/check-style.yml index c052a5df23..19a145d4ad 100644 --- a/.github/workflows/check-style.yml +++ b/.github/workflows/check-style.yml @@ -20,7 +20,7 @@ jobs: jobname: ClangFormat runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 |
