From fc0257327af2e5bcf066aee4e94ac24a0c71245b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 13:00:25 +0000 Subject: [PATCH] Bump KyleMayes/install-llvm-action from 1.7.0 to 1.8.1 Bumps [KyleMayes/install-llvm-action](https://github.com/KyleMayes/install-llvm-action) from 1.7.0 to 1.8.1. - [Release notes](https://github.com/KyleMayes/install-llvm-action/releases) - [Commits](https://github.com/KyleMayes/install-llvm-action/compare/v1.7.0...v1.8.1) --- 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..efe8129c 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.1 with: version: "13.0"