diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 695f73a..979c552 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - run: | mkdir -p ~/.cache/bazel - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/.cache/bazel key: ${{ runner.os }}-bazel-${{ hashFiles('./WORKSPACE', '**/BUILD', '**/BUILD.bzl', '**/*.bzl', '.bazelrc') }}