From af4ed77d519bf7a30d8e97333bc166dbf6cf6e8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 00:30:24 +0000 Subject: [PATCH] Bump KyleMayes/install-llvm-action from 1.9.0 to 2.0.1 Bumps [KyleMayes/install-llvm-action](https://github.com/kylemayes/install-llvm-action) from 1.9.0 to 2.0.1. - [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.1) --- updated-dependencies: - dependency-name: KyleMayes/install-llvm-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/compiler.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/compiler.yaml b/.github/workflows/compiler.yaml index f9efdb2fd..6184f1cd2 100644 --- a/.github/workflows/compiler.yaml +++ b/.github/workflows/compiler.yaml @@ -25,7 +25,7 @@ jobs: with: path: ./llvm key: llvm-15.0 - - uses: KyleMayes/install-llvm-action@v1.9.0 + - uses: KyleMayes/install-llvm-action@v2.0.1 with: version: "15.0" cached: ${{ steps.cache-llvm.outputs.cache-hit }} @@ -55,7 +55,7 @@ jobs: # with: # path: ./llvm # key: llvm-15.0 - # - uses: KyleMayes/install-llvm-action@v1.9.0 + # - uses: KyleMayes/install-llvm-action@v2.0.1 # with: # version: "15.0" # cached: ${{ steps.cache-llvm.outputs.cache-hit }} @@ -89,7 +89,7 @@ jobs: with: path: ./llvm key: llvm-15.0 - - uses: KyleMayes/install-llvm-action@v1.9.0 + - uses: KyleMayes/install-llvm-action@v2.0.1 with: version: "15.0" cached: ${{ steps.cache-llvm.outputs.cache-hit }} @@ -173,7 +173,7 @@ jobs: with: path: ./llvm key: llvm-15.0 - - uses: KyleMayes/install-llvm-action@v1.9.0 + - uses: KyleMayes/install-llvm-action@v2.0.1 with: version: "15.0" cached: ${{ steps.cache-llvm.outputs.cache-hit }}