| commit | 4290915354de66f99ec3e80b4e319f2d6b11c299 | [log] [tgz] |
|---|---|---|
| author | Jordan Bayles <bayles.jordan@gmail.com> | Mon Sep 09 16:56:02 2024 -0700 |
| committer | GitHub <noreply@github.com> | Mon Sep 09 16:56:02 2024 -0700 |
| tree | beb9b702124d5770ff3fefc8256692e5c0771cb2 | |
| parent | cc28be059046a43e631977690efe06472e1477b7 [diff] |
Update clang-format.yml
diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index a413eca..5f078ff 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml
@@ -15,5 +15,5 @@ - name: runs clang-format style check for C/C++/Protobuf programs. uses: jidicula/clang-format-action@v4.13.0 with: - clang-format-version: '13' + clang-format-version: '18' check-path: ${{ matrix.path }}