diff --git a/.github/workflows/ci-java.yml b/.github/workflows/ci-java.yml index 8210fafab4e2e..73afb17aec3ea 100644 --- a/.github/workflows/ci-java.yml +++ b/.github/workflows/ci-java.yml @@ -31,7 +31,7 @@ jobs: - name: Checkout source tree uses: actions/checkout@v3 - name: Cache Bazel artifacts - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.cache/bazel-disk @@ -58,7 +58,7 @@ jobs: with: fetch-depth: 0 - name: Cache Bazel artifacts - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.cache/bazel-disk @@ -91,7 +91,7 @@ jobs: with: fetch-depth: 0 - name: Cache Bazel artifacts - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.cache/bazel-disk @@ -118,7 +118,7 @@ jobs: - name: Checkout source tree uses: actions/checkout@v3 - name: Cache Bazel artifacts - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.cache/bazel-disk @@ -152,7 +152,7 @@ jobs: - name: Checkout source tree uses: actions/checkout@v3 - name: Cache Bazel artifacts - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.cache/bazel-disk @@ -208,7 +208,7 @@ jobs: - name: Checkout source tree uses: actions/checkout@v3 - name: Cache Bazel artifacts - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.cache/bazel-disk @@ -257,7 +257,7 @@ jobs: - name: Checkout source tree uses: actions/checkout@v3 - name: Cache Bazel artifacts - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.cache/bazel-disk @@ -299,7 +299,7 @@ jobs: - name: Checkout source tree uses: actions/checkout@v3 - name: Cache Bazel artifacts - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.cache/bazel-disk diff --git a/.github/workflows/ci-javascript.yml b/.github/workflows/ci-javascript.yml index b6ed591228d3b..853334cd8aa18 100644 --- a/.github/workflows/ci-javascript.yml +++ b/.github/workflows/ci-javascript.yml @@ -34,7 +34,7 @@ jobs: - name: Checkout source tree uses: actions/checkout@v2 - name: Cache Bazel artifacts - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.cache/bazel-disk @@ -85,7 +85,7 @@ jobs: - name: Checkout source tree uses: actions/checkout@v2 - name: Cache Bazel artifacts - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.cache/bazel-disk diff --git a/.github/workflows/ci-python.yml b/.github/workflows/ci-python.yml index b6779fedf5d55..06516499fd611 100644 --- a/.github/workflows/ci-python.yml +++ b/.github/workflows/ci-python.yml @@ -90,7 +90,7 @@ jobs: - name: Checkout source tree uses: actions/checkout@v2 - name: Cache Bazel artifacts - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.cache/bazel-disk @@ -119,7 +119,7 @@ jobs: - name: Checkout source tree uses: actions/checkout@v2 - name: Cache Bazel artifacts - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.cache/bazel-disk @@ -156,7 +156,7 @@ jobs: - name: Checkout source tree uses: actions/checkout@v2 - name: Cache Bazel artifacts - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.cache/bazel-disk @@ -199,7 +199,7 @@ jobs: - name: Checkout source tree uses: actions/checkout@v2 - name: Cache Bazel artifacts - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.cache/bazel-disk diff --git a/.github/workflows/ci-ruby.yml b/.github/workflows/ci-ruby.yml index aef29721a4f02..bdc9df4e09bb1 100644 --- a/.github/workflows/ci-ruby.yml +++ b/.github/workflows/ci-ruby.yml @@ -40,7 +40,7 @@ jobs: with: ruby-version: 2.7 - name: Cache Bazel artifacts - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.cache/bazel-disk @@ -73,7 +73,7 @@ jobs: with: ruby-version: 2.7 - name: Cache Bazel artifacts - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.cache/bazel-disk @@ -117,7 +117,7 @@ jobs: with: ruby-version: 2.7 - name: Cache Bazel artifacts - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.cache/bazel-disk @@ -156,7 +156,7 @@ jobs: with: ruby-version: 2.7 - name: Cache Bazel artifacts - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.cache/bazel-disk @@ -181,7 +181,7 @@ jobs: with: ruby-version: 2.7 - name: Cache Bazel artifacts - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.cache/bazel-disk @@ -210,7 +210,7 @@ jobs: with: ruby-version: ${{ matrix.ruby }} - name: Cache Bazel artifacts - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.cache/bazel-disk