mirror of
https://github.com/uxlfoundation/oneDNN.git
synced 2025-10-20 18:43:49 +08:00
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:
2
.github/workflows/aarch64-acl.yml
vendored
2
.github/workflows/aarch64-acl.yml
vendored
@ -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 }}
|
||||
|
||||
|
2
.github/workflows/ci-aarch64.yml
vendored
2
.github/workflows/ci-aarch64.yml
vendored
@ -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 }}
|
||||
|
||||
|
Reference in New Issue
Block a user