Skip to content

Commit 5898fa5

Browse files
jan-wassenbergcopybara-github
authored andcommitted
Update github actions/cache version
PiperOrigin-RevId: 736120661
1 parent 4ab601d commit 5898fa5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
assert("write an email to the moon." not in output.lower());
8787
assert("moon" in output.lower());
8888
EOF
89-
89+
9090
- if: matrix.os == 'ubuntu-20.04'
9191
name: Run kaggle test notebook
9292
uses: pculliton/kaggle-action@v1.0.28
@@ -112,7 +112,7 @@ jobs:
112112

113113
- uses: bazelbuild/setup-bazelisk@b39c379c82683a5f25d34f0d062761f62693e0b2 # v3.0.0
114114

115-
- uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
115+
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
116116
with:
117117
path: ~/.cache/bazel
118118
key: bazel-${{ runner.os }}

0 commit comments

Comments
 (0)