Skip to content

Commit 633d90e

Browse files
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](actions/checkout@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](KyleMayes/install-llvm-action@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] <support@github.com>
1 parent 4862ffb commit 633d90e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
RUST_MIN_STACK: 20971520
2424

2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
with:
2828
submodules: true
2929

@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Install LLVM and Clang
3939
if: startsWith(matrix.os, 'windows')
40-
uses: KyleMayes/install-llvm-action@v2.0.7
40+
uses: KyleMayes/install-llvm-action@v2.0.8
4141
with:
4242
version: "13.0"
4343
directory: ${{ runner.temp }}/llvm

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
RUST_MIN_STACK: 20971520
1818

1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
with:
2222
submodules: true
2323

0 commit comments

Comments
 (0)