Skip to content

Commit ade222d

Browse files
chore(deps): bump KyleMayes/install-llvm-action from 1 to 2 (#360)
Bumps [KyleMayes/install-llvm-action](https://github.com/kylemayes/install-llvm-action) from 1 to 2. - [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@v1...v2) --- updated-dependencies: - dependency-name: KyleMayes/install-llvm-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8b3a899 commit ade222d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
path: ${{ runner.temp }}/llvm-${{ matrix.clang }}
3737
key: ${{ matrix.os }}-llvm-${{ matrix.clang }}
3838
- name: Setup LLVM & Clang
39-
uses: KyleMayes/install-llvm-action@v1
39+
uses: KyleMayes/install-llvm-action@v2
4040
with:
4141
version: ${{ matrix.clang }}
4242
directory: ${{ runner.temp }}/llvm-${{ matrix.clang }}

0 commit comments

Comments
 (0)