diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7ff60127..e85e489d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: # previously built artifacts to minimize build time. The more precise you are with # hashFiles sources the less work bazel will have to do. - name: Mount bazel caches - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | "~/.cache/bazel" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 94a42cf2..88a62de4 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@v3 with: path: | "~/.cache/bazel"