We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab601d commit 5898fa5Copy full SHA for 5898fa5
1 file changed
.github/workflows/build.yml
@@ -86,7 +86,7 @@ jobs:
86
assert("write an email to the moon." not in output.lower());
87
assert("moon" in output.lower());
88
EOF
89
-
+
90
- if: matrix.os == 'ubuntu-20.04'
91
name: Run kaggle test notebook
92
uses: pculliton/kaggle-action@v1.0.28
@@ -112,7 +112,7 @@ jobs:
112
113
- uses: bazelbuild/setup-bazelisk@b39c379c82683a5f25d34f0d062761f62693e0b2 # v3.0.0
114
115
- - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
+ - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
116
with:
117
path: ~/.cache/bazel
118
key: bazel-${{ runner.os }}
0 commit comments