Change clang-format version from 12 to 15. (#1479)
authorAndreas Süßenbach <asuessenbach@nvidia.com>
Mon, 16 Jan 2023 08:37:44 +0000 (09:37 +0100)
committerGitHub <noreply@github.com>
Mon, 16 Jan 2023 08:37:44 +0000 (09:37 +0100)
.github/workflows/update-header-pr.yml

index ca7b86d..741c60c 100644 (file)
@@ -18,7 +18,7 @@ jobs:
     - uses: actions/checkout@v2
     
     - name: Install libraries
-      run: sudo apt install clang-format-12
+      run: sudo apt install clang-format-15
 
     - name: Update Submodules
       run: |