diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 7ee39cfc..a7812770 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -27,7 +27,7 @@ jobs: # Install first since it's needed to build NASM - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@98e68e10c96dffcb7bfed8b2144541a66b49aa02 # v2.0.8 + uses: KyleMayes/install-llvm-action@ebc0426251bc40c7cd31162802432c68818ab8f0 # v2.0.9 with: version: "10.0" directory: ${{ runner.temp }}/llvm @@ -75,7 +75,7 @@ jobs: # Install first since it's needed to build NASM - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@98e68e10c96dffcb7bfed8b2144541a66b49aa02 # v2.0.8 + uses: KyleMayes/install-llvm-action@ebc0426251bc40c7cd31162802432c68818ab8f0 # v2.0.9 with: version: "10.0" directory: ${{ runner.temp }}/llvm