Skip to content

Commit d6dcf8d

Browse files
chore(ci): bump the actions group with 2 updates
Bumps the actions group with 2 updates: [KyleMayes/install-llvm-action](https://github.com/kylemayes/install-llvm-action) and [crazy-max/ghaction-github-pages](https://github.com/crazy-max/ghaction-github-pages). Updates `KyleMayes/install-llvm-action` from 2.0.3 to 2.0.5 - [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.3...v2.0.5) Updates `crazy-max/ghaction-github-pages` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/crazy-max/ghaction-github-pages/releases) - [Commits](crazy-max/ghaction-github-pages@v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: KyleMayes/install-llvm-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: crazy-max/ghaction-github-pages dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 56f7606 commit d6dcf8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Install LLVM and Clang
3939
if: startsWith(matrix.os, 'windows')
40-
uses: KyleMayes/[email protected].3
40+
uses: KyleMayes/[email protected].5
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
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Deploy documentation
3636
if: success()
37-
uses: crazy-max/ghaction-github-pages@v4.0.0
37+
uses: crazy-max/ghaction-github-pages@v4.1.0
3838
with:
3939
build_dir: target/doc
4040
target_branch: gh-pages

0 commit comments

Comments
 (0)