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] }}