From 9a7afb2dc9216a8a303301803feaf1706c7152f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 13:02:44 +0000 Subject: [PATCH] Bump KyleMayes/install-llvm-action from 1.7.0 to 1.8.0 Bumps [KyleMayes/install-llvm-action](https://github.com/KyleMayes/install-llvm-action) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/KyleMayes/install-llvm-action/releases) - [Commits](https://github.com/KyleMayes/install-llvm-action/compare/v1.7.0...v1.8.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/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 38892b10..7d5f6661 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -34,7 +34,7 @@ jobs: target: x86_64-apple-ios - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@v1.7.0 + uses: KyleMayes/install-llvm-action@v1.8.0 with: version: "13.0"