We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8cd49e commit 0946c41Copy full SHA for 0946c41
.github/workflows/main.yml
@@ -79,7 +79,7 @@ jobs:
79
# previously built artifacts to minimize build time. The more precise you are with
80
# hashFiles sources the less work bazel will have to do.
81
- name: Mount bazel caches
82
- uses: actions/cache@v4.2.0
+ uses: actions/cache@v4.2.2
83
with:
84
path: |
85
~/.cache/bazel
0 commit comments