From 633d90ef97cd22b305684ea25dc46f0af7f26a0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:01:19 +0000 Subject: [PATCH] chore(ci): bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [KyleMayes/install-llvm-action](https://github.com/kylemayes/install-llvm-action). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) Updates `KyleMayes/install-llvm-action` from 2.0.7 to 2.0.8 - [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.7...v2.0.8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: KyleMayes/install-llvm-action dependency-version: 2.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/docs.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 330e69bdfe..61fc4e7d42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: RUST_MIN_STACK: 20971520 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: true @@ -37,7 +37,7 @@ jobs: - name: Install LLVM and Clang if: startsWith(matrix.os, 'windows') - uses: KyleMayes/install-llvm-action@v2.0.7 + uses: KyleMayes/install-llvm-action@v2.0.8 with: version: "13.0" directory: ${{ runner.temp }}/llvm diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c120399949..451c8beac7 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -17,7 +17,7 @@ jobs: RUST_MIN_STACK: 20971520 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: true