We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae205c8 commit ffdbda1Copy full SHA for ffdbda1
.github/workflows/continuous.yaml
@@ -80,7 +80,7 @@ jobs:
80
- name: Cache Bazel files
81
if: steps.generator-changes.outputs.changes == 'true'
82
id: cache-bazel
83
- uses: actions/cache@v4
+ uses: actions/cache@v5
84
with:
85
path: ~/.cache/bazel
86
key: ${{ runner.os }}-googleapis-20250422-${{ secrets.CACHE_VERSION }}
.github/workflows/presubmit.yaml
@@ -68,7 +68,7 @@ jobs:
68
69
70
71
72
73
74
0 commit comments