From 05512e098dd2d49ef4d7a35115f31ed6398ea2a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 23:22:39 +0000 Subject: [PATCH] Bump KyleMayes/install-llvm-action from 2.0.8 to 2.0.9 Bumps [KyleMayes/install-llvm-action](https://github.com/kylemayes/install-llvm-action) from 2.0.8 to 2.0.9. - [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/v2.0.8...v2.0.9) --- updated-dependencies: - dependency-name: KyleMayes/install-llvm-action dependency-version: 2.0.9 dependency-type: direct:production update-type: version-update:semver-patch ... 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 8c83fa5..8b0e9a1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,7 +29,7 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@v6 - - uses: KyleMayes/install-llvm-action@v2.0.8 + - uses: KyleMayes/install-llvm-action@v2.0.9 with: version: "12.0" - uses: messense/maturin-action@v1