From 3e82c8f1d7aa1274269d3dd8e6a0de9fb39a9ecb Mon Sep 17 00:00:00 2001 From: Kyle Mayes Date: Sun, 26 May 2024 21:45:04 -0400 Subject: [PATCH] Use latest install-llvm-action --- .github/workflows/ci.yml | 4 ++-- .github/workflows/ssh.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b339f31d8..ade5a1a70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4 # LLVM and Clang - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@v2 + uses: KyleMayes/install-llvm-action@v2.0.3 with: version: ${{ matrix.clang[0] }} directory: ${{ runner.temp }}/llvm-${{ matrix.clang[0] }} @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@v4 # LLVM and Clang - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@v2 + uses: KyleMayes/install-llvm-action@v2.0.3 with: version: 14 directory: ${{ runner.temp }}/llvm diff --git a/.github/workflows/ssh.yml b/.github/workflows/ssh.yml index 2fd85f8a6..0b8c4228b 100644 --- a/.github/workflows/ssh.yml +++ b/.github/workflows/ssh.yml @@ -23,7 +23,7 @@ jobs: if: github.event.inputs.os == matrix.os # LLVM and Clang - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@v2 + uses: KyleMayes/install-llvm-action@v2.0.3 if: github.event.inputs.os == matrix.os with: version: ${{ matrix.clang[0] }}