diff --git a/.github/workflows/advanced-on-demand.yml b/.github/workflows/advanced-on-demand.yml index d78dba935..db8a7a029 100644 --- a/.github/workflows/advanced-on-demand.yml +++ b/.github/workflows/advanced-on-demand.yml @@ -56,7 +56,7 @@ jobs: # At the moment needed to support scipy in Python 3.12 - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@v2 + uses: KyleMayes/install-llvm-action@v2.0.5 with: version: "14.0" directory: ${{ runner.temp }}/llvm diff --git a/.github/workflows/ci-install.yml b/.github/workflows/ci-install.yml index eaf45276f..b55d33c3e 100644 --- a/.github/workflows/ci-install.yml +++ b/.github/workflows/ci-install.yml @@ -38,7 +38,7 @@ jobs: # At the moment needed to support scipy in Python 3.12+ - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@v2 + uses: KyleMayes/install-llvm-action@v2.0.5 with: version: "14.0" directory: ${{ runner.temp }}/llvm diff --git a/.github/workflows/nightly-tests.yml b/.github/workflows/nightly-tests.yml index 6248a941f..c8b143797 100644 --- a/.github/workflows/nightly-tests.yml +++ b/.github/workflows/nightly-tests.yml @@ -29,7 +29,7 @@ jobs: # At the moment needed to support scipy in Python 3.12+ - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@v2 + uses: KyleMayes/install-llvm-action@v2.0.5 with: version: "14.0" directory: ${{ runner.temp }}/llvm