github: workflows: bump KyleMayes/install-llvm-action from 2.0.7 to 2.0.8 (#4121)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-10-17 11:50:39 +01:00
committed by GitHub
parent 5365a85d64
commit d2b59266e1
2 changed files with 2 additions and 2 deletions

View File

@ -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 }}

View File

@ -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 }}