diff --git a/.github/workflows/check-formatting.yaml b/.github/workflows/check-formatting.yaml index 20ab9d9f..fcc6f20e 100644 --- a/.github/workflows/check-formatting.yaml +++ b/.github/workflows/check-formatting.yaml @@ -13,7 +13,7 @@ jobs: submodules: recursive - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@v1 + uses: KyleMayes/install-llvm-action@v2 with: version: "17.0"