diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 76f242f..3759097 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Mount bazel caches - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: | "~/.cache/bazel"