From b24e5c102d8d75a4391409e7051619b0fdd066a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 23:41:48 +0000 Subject: [PATCH] Bump KyleMayes/install-llvm-action from 2.0.2 to 2.0.3 Bumps [KyleMayes/install-llvm-action](https://github.com/kylemayes/install-llvm-action) from 2.0.2 to 2.0.3. - [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.2...v2.0.3) --- updated-dependencies: - dependency-name: KyleMayes/install-llvm-action 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 6ac7c28..a455014 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@v2.0.2 + - uses: KyleMayes/install-llvm-action@v2.0.3 with: version: "12.0" - uses: messense/maturin-action@v1