diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 3b7335f2..c32c75f8 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -34,7 +34,7 @@ jobs: - name: Install LLVM (Non-homebrew) if: matrix.os != 'macos-latest' || matrix.llvm-version != '16' - uses: KyleMayes/install-llvm-action@v2.0.4 + uses: KyleMayes/install-llvm-action@v2.0.5 with: version: ${{ matrix.llvm-version }} directory: ${{ runner.temp }}/llvm-install