5050
5151 - name : Cache LLVM-MLIR
5252 id : cache-llvm-mlir
53- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
53+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
5454 with :
5555 path : llvm-mlir/_mlir_install/**
5656 key : ${{ runner.os }}-build-llvm-${{ env.LLVM_CACHE_NUMBER }}-${{ env.LLVM_SHA }}
@@ -148,7 +148,7 @@ jobs:
148148
149149 - name : Cache LLVM-MLIR
150150 id : cache-llvm-mlir
151- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
151+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
152152 if : ${{ env.IS_CDNA3 == 'true' || env.IS_CDNA4 == 'true' }}
153153 with :
154154 path : llvm-mlir/_mlir_install/**
@@ -168,7 +168,7 @@ jobs:
168168 echo "$VENV_DIR/bin" >> "$GITHUB_PATH"
169169
170170 - name : " Setting up Rust"
171- uses : actions-rust-lang/setup-rust-toolchain@150fca883cd4034361b621bd4e6a9d34e5143606 # v1.15.4
171+ uses : actions-rust-lang/setup-rust-toolchain@2b1f5e9b395427c92ee4e3331786ca3c37afe2d7 # v1.16.0
172172 with :
173173 toolchain : stable
174174
@@ -290,7 +290,7 @@ jobs:
290290
291291 - name : Cache LLVM-MLIR
292292 id : cache-llvm-mlir
293- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
293+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
294294 with :
295295 path : |
296296 llvm-mlir/_mlir_install/**
@@ -385,7 +385,7 @@ jobs:
385385
386386 - name : Cache LLVM-MLIR
387387 id : cache-llvm-mlir
388- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
388+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
389389 with :
390390 path : llvm-mlir/_mlir_install/**
391391 key : ${{ runner.os }}-build-llvm-${{ env.LLVM_CACHE_NUMBER }}-${{ env.LLVM_SHA }}
@@ -435,7 +435,7 @@ jobs:
435435
436436 - name : Upload coverage HTML report
437437 id : upload-coverage
438- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
438+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
439439 with :
440440 name : water-coverage-html
441441 path : cmake_build/coverage-html
@@ -512,7 +512,7 @@ jobs:
512512
513513 - name : Cache LLVM-MLIR
514514 id : cache-llvm-mlir
515- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
515+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
516516 with :
517517 path : |
518518 llvm-mlir/_mlir_install/**
0 commit comments