From b2a05938bfe91972bd2cd77c0d32561be794bd09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 09:03:32 +0000 Subject: [PATCH] Bump actions/cache from 2 to 3 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-java.yml | 16 ++++++++-------- .github/workflows/ci-javascript.yml | 4 ++-- .github/workflows/ci-python.yml | 8 ++++---- .github/workflows/ci-ruby.yml | 12 ++++++------ 4 files changed, 20 insertions(+), 20 deletions(-) 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