From 372e4c645ee895d76186804088ec4b331afaa1f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 16:15:23 -0400 Subject: [PATCH] ci: bump KyleMayes/install-llvm-action from 1 to 2 (#4472) --- .github/workflows/sanitizer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sanitizer.yml b/.github/workflows/sanitizer.yml index 28538174..7cfac3db 100644 --- a/.github/workflows/sanitizer.yml +++ b/.github/workflows/sanitizer.yml @@ -111,7 +111,7 @@ jobs: # Note: clang shipped with VS2022 has an issue where the UBSAN runtime doesn't link. - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@v1 + uses: KyleMayes/install-llvm-action@v2 with: version: "17"