File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Check out repository code
15- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # pin@v3
15+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4.2.2
1616
1717 - name : Cache bazel build artifacts
18- uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # pin@v3.3.1
18+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # pin@v4.2.3
1919 with :
2020 path : |
2121 ~/.cache/bazel
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4.2.2
1515 with :
1616 submodules : recursive
1717 - uses : seanmiddleditch/gha-setup-ninja@master
@@ -23,15 +23,15 @@ jobs:
2323
2424 - name : Cache LLVM artifact
2525 id : cache-llvm
26- uses : actions/cache@v3
26+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # pin@v4.2.3
2727 with :
2828 path : |
2929 ./externals/llvm-project
3030 key : ${{ runner.os }}-cmake-${{ hashFiles('bazel/import_llvm.bzl') }}-${{ hashFiles('**/CMakeLists.txt') }}
3131
3232 - name : Cache mlir-tutorial build
3333 id : cache-mlir-tutorial
34- uses : actions/cache@v3
34+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # pin@v4.2.3
3535 with :
3636 path : |
3737 ./build
You can’t perform that action at this time.
0 commit comments