File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Check out repository code
15
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # pin@v3
15
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4.2.2
16
16
17
17
- name : Cache bazel build artifacts
18
- uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # pin@v3.3.1
18
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # pin@v4.2.3
19
19
with :
20
20
path : |
21
21
~/.cache/bazel
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ -
uses :
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected]
15
15
with :
16
16
submodules : recursive
17
17
- uses : seanmiddleditch/gha-setup-ninja@master
@@ -23,15 +23,15 @@ jobs:
23
23
24
24
- name : Cache LLVM artifact
25
25
id : cache-llvm
26
- uses : actions/cache@v3
26
+ uses :
actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # [email protected]
27
27
with :
28
28
path : |
29
29
./externals/llvm-project
30
30
key : ${{ runner.os }}-cmake-${{ hashFiles('bazel/import_llvm.bzl') }}-${{ hashFiles('**/CMakeLists.txt') }}
31
31
32
32
- name : Cache mlir-tutorial build
33
33
id : cache-mlir-tutorial
34
- uses : actions/cache@v3
34
+ uses :
actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # [email protected]
35
35
with :
36
36
path : |
37
37
./build
You can’t perform that action at this time.
0 commit comments