Skip to content

Commit 1f785bd

Browse files
authored
bump GH action verions for checkout/cache (#50)
Co-authored-by: Jeremy Kun <[email protected]>
1 parent 5f38e79 commit 1f785bd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/build_and_test_cmake.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected]
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 # [email protected]
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 # [email protected]
3535
with:
3636
path: |
3737
./build

0 commit comments

Comments
 (0)