Skip to content

Commit 9c57546

Browse files
committed
chore: upgrade bazel
1 parent 9b4d075 commit 9c57546

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ name: ci
77
jobs:
88
build:
99
runs-on: ubuntu-latest
10-
container: gcr.io/gapic-images/googleapis-bazel:20210105
11-
# Dockerfile for this image: https://github.com/googleapis/googleapis-discovery/blob/main/Dockerfile
12-
# If you update its version, please also update it below in
13-
# 'Cache Bazel files' - unfortunately it cannot accept variables at this
14-
# time.
1510

1611
strategy:
1712
matrix:
@@ -28,7 +23,7 @@ jobs:
2823
uses: actions/cache@v2
2924
with:
3025
path: ~/.cache/bazel
31-
key: ${{ runner.os }}-bazel-20210105-${{ secrets.CACHE_VERSION }}
26+
key: ${{ runner.os }}-${{ secrets.CACHE_VERSION }}
3227

3328
- name: Bazel Cache Not Found
3429
if: steps.cache-bazel.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)