From c8ed3f51b75366a69bd7c0abc4c5fc1d337a9ddf Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 1 Apr 2024 14:22:29 +0000
Subject: [PATCH] Bump KyleMayes/install-llvm-action from 1.9.0 to 2.0.0

Bumps [KyleMayes/install-llvm-action](https://github.com/kylemayes/install-llvm-action) from 1.9.0 to 2.0.0.
- [Release notes](https://github.com/kylemayes/install-llvm-action/releases)
- [Changelog](https://github.com/KyleMayes/install-llvm-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kylemayes/install-llvm-action/compare/v1.9.0...v2.0.0)

---
updated-dependencies:
- dependency-name: KyleMayes/install-llvm-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 .github/workflows/coreaudio-sys.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/coreaudio-sys.yml b/.github/workflows/coreaudio-sys.yml
index d610bff..1c55e18 100644
--- a/.github/workflows/coreaudio-sys.yml
+++ b/.github/workflows/coreaudio-sys.yml
@@ -40,7 +40,7 @@ jobs:
         override: true
 
     - name: Install LLVM and Clang
-      uses: KyleMayes/install-llvm-action@v1.9.0
+      uses: KyleMayes/install-llvm-action@v2.0.0
       with:
         version: "13.0"