From c8cc0903528a43e2075e39c6c5aeaece1632c201 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 23:17:10 +0000 Subject: [PATCH] Bump KyleMayes/install-llvm-action from 1.9.0 to 2.0.0 Bumps [KyleMayes/install-llvm-action](https://github.com/kylemayes/install-llvm-action) from 1.9.0 to 2.0.0. - [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.0) --- 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/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b01bb24..7a827d2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,7 +28,7 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@v4 - - uses: KyleMayes/install-llvm-action@v1.9.0 + - uses: KyleMayes/install-llvm-action@v2.0.0 with: version: "12.0" - uses: messense/maturin-action@v1