From dc984fc22bfc24bbfd5558dc7fa48d2197636231 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 08:26:29 +0000 Subject: [PATCH] github: workflows: bump KyleMayes/install-llvm-action Bumps [KyleMayes/install-llvm-action](https://github.com/kylemayes/install-llvm-action) from 2.0.7 to 2.0.8. - [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/a7a1a882e2d06ebe05d5bb97c3e1f8c984ae96fc...98e68e10c96dffcb7bfed8b2144541a66b49aa02) --- updated-dependencies: - dependency-name: KyleMayes/install-llvm-action dependency-version: 2.0.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/aarch64-acl.yml | 2 +- .github/workflows/ci-aarch64.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aarch64-acl.yml b/.github/workflows/aarch64-acl.yml index 749f3e9d74d..75645d20b9e 100644 --- a/.github/workflows/aarch64-acl.yml +++ b/.github/workflows/aarch64-acl.yml @@ -107,7 +107,7 @@ jobs: - if: ${{ contains(matrix.config.label,'ubuntu') && (matrix.config.toolset == 'clang') && (steps.cache-acl-restore.outputs.cache-hit != 'true') }} name: Install clang - uses: KyleMayes/install-llvm-action@a7a1a882e2d06ebe05d5bb97c3e1f8c984ae96fc + uses: KyleMayes/install-llvm-action@98e68e10c96dffcb7bfed8b2144541a66b49aa02 # v2.0.8 with: version: ${{ fromJson(steps.get-versions.outputs.output).dependencies.clang }} diff --git a/.github/workflows/ci-aarch64.yml b/.github/workflows/ci-aarch64.yml index f891a6804f8..104e5ce62c0 100644 --- a/.github/workflows/ci-aarch64.yml +++ b/.github/workflows/ci-aarch64.yml @@ -116,7 +116,7 @@ jobs: - if: ${{ (contains(matrix.config.label,'ubuntu') && (matrix.config.toolset == 'clang')) }} name: Install clang - uses: KyleMayes/install-llvm-action@a7a1a882e2d06ebe05d5bb97c3e1f8c984ae96fc + uses: KyleMayes/install-llvm-action@98e68e10c96dffcb7bfed8b2144541a66b49aa02 # v2.0.8 with: version: ${{ fromJson(steps.get-versions.outputs.output).dependencies.clang }}