mirror of https://github.com/google/gemma.cpp.git
Update github actions/cache version
PiperOrigin-RevId: 736120661
This commit is contained in:
parent
4ab601da10
commit
5898fa5eb0
|
|
@ -86,7 +86,7 @@ jobs:
|
||||||
assert("write an email to the moon." not in output.lower());
|
assert("write an email to the moon." not in output.lower());
|
||||||
assert("moon" in output.lower());
|
assert("moon" in output.lower());
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
- if: matrix.os == 'ubuntu-20.04'
|
- if: matrix.os == 'ubuntu-20.04'
|
||||||
name: Run kaggle test notebook
|
name: Run kaggle test notebook
|
||||||
uses: pculliton/kaggle-action@v1.0.28
|
uses: pculliton/kaggle-action@v1.0.28
|
||||||
|
|
@ -112,7 +112,7 @@ jobs:
|
||||||
|
|
||||||
- uses: bazelbuild/setup-bazelisk@b39c379c82683a5f25d34f0d062761f62693e0b2 # v3.0.0
|
- uses: bazelbuild/setup-bazelisk@b39c379c82683a5f25d34f0d062761f62693e0b2 # v3.0.0
|
||||||
|
|
||||||
- uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
|
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
|
||||||
with:
|
with:
|
||||||
path: ~/.cache/bazel
|
path: ~/.cache/bazel
|
||||||
key: bazel-${{ runner.os }}
|
key: bazel-${{ runner.os }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue