From 7be41ef522472508295fb201b78733e1ad165894 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 14:25:22 +0000 Subject: [PATCH] Bump KyleMayes/install-llvm-action from 1.8.3 to 1.9.0 Bumps [KyleMayes/install-llvm-action](https://github.com/kylemayes/install-llvm-action) from 1.8.3 to 1.9.0. - [Release notes](https://github.com/kylemayes/install-llvm-action/releases) - [Commits](https://github.com/kylemayes/install-llvm-action/compare/v1.8.3...v1.9.0) --- updated-dependencies: - dependency-name: KyleMayes/install-llvm-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 11ec2d4..d610bff 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.8.3 + uses: KyleMayes/install-llvm-action@v1.9.0 with: version: "13.0"