From 261800e969de66480a23235442647e739d09e01e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 19:23:10 +0000 Subject: [PATCH] Bump actions/cache from 3.0.8 to 3.0.9 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.8 to 3.0.9. - [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/v3.0.8...v3.0.9) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/oci-base.yaml | 2 +- .github/workflows/oci.yaml | 2 +- .github/workflows/perform-bazel-execution-comparison.yaml | 2 +- .github/workflows/rabbitmq_peer_discovery_aws.yaml | 2 +- .github/workflows/secondary-umbrella.yaml | 2 +- .github/workflows/test-erlang-git.yaml | 2 +- .github/workflows/test-mixed-versions.yaml | 4 ++-- .github/workflows/test-selenium.yaml | 2 +- .github/workflows/test.yaml | 4 ++-- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/oci-base.yaml b/.github/workflows/oci-base.yaml index 89848f16fbd9..9544c01dbe9e 100644 --- a/.github/workflows/oci-base.yaml +++ b/.github/workflows/oci-base.yaml @@ -25,7 +25,7 @@ jobs: run: echo ${{ steps.buildx.outputs.platforms }} - name: Cache Docker layers - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.0.9 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-${{ matrix.image_tag_suffix }}-buildx-${{ github.event.pull_request.head.sha || github.sha }} diff --git a/.github/workflows/oci.yaml b/.github/workflows/oci.yaml index 43f14df99423..6e614e6b83b9 100644 --- a/.github/workflows/oci.yaml +++ b/.github/workflows/oci.yaml @@ -46,7 +46,7 @@ jobs: sed -i"_orig" -E '/APP_VERSION/ s/3\.[0-9]+\.[0-9]+/${{ github.event.pull_request.head.sha || github.sha }}/' rabbitmq.bzl - name: Mount Bazel Cache - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.0.9 with: path: "/home/runner/repo-cache/" key: repo-cache diff --git a/.github/workflows/perform-bazel-execution-comparison.yaml b/.github/workflows/perform-bazel-execution-comparison.yaml index 60186069b097..586b93fc1531 100644 --- a/.github/workflows/perform-bazel-execution-comparison.yaml +++ b/.github/workflows/perform-bazel-execution-comparison.yaml @@ -87,7 +87,7 @@ jobs: repository: bazelbuild/bazel path: bazel - name: MOUNT BAZEL CACHE - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.0.9 with: path: "/home/runner/.cache/bazel" key: bazel diff --git a/.github/workflows/rabbitmq_peer_discovery_aws.yaml b/.github/workflows/rabbitmq_peer_discovery_aws.yaml index a1c3fd1044b5..c3747b7e225a 100644 --- a/.github/workflows/rabbitmq_peer_discovery_aws.yaml +++ b/.github/workflows/rabbitmq_peer_discovery_aws.yaml @@ -22,7 +22,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 30 # seconds - name: MOUNT BAZEL CACHE - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.0.9 with: path: "/home/runner/repo-cache/" key: repo-cache diff --git a/.github/workflows/secondary-umbrella.yaml b/.github/workflows/secondary-umbrella.yaml index 1b74d324aa0a..2dfcc62b34a4 100644 --- a/.github/workflows/secondary-umbrella.yaml +++ b/.github/workflows/secondary-umbrella.yaml @@ -114,7 +114,7 @@ jobs: git diff - name: Mount Bazel Cache - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.0.9 with: path: "/home/runner/repo-cache/" key: repo-cache-secondary-umbrella diff --git a/.github/workflows/test-erlang-git.yaml b/.github/workflows/test-erlang-git.yaml index 550272f9475f..07d87c3d8e3c 100644 --- a/.github/workflows/test-erlang-git.yaml +++ b/.github/workflows/test-erlang-git.yaml @@ -12,7 +12,7 @@ jobs: - name: CHECKOUT REPOSITORY uses: actions/checkout@v3 - name: MOUNT BAZEL CACHE - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.0.9 with: path: "/home/runner/repo-cache/" key: repo-cache diff --git a/.github/workflows/test-mixed-versions.yaml b/.github/workflows/test-mixed-versions.yaml index f235fb9e7439..709a4be3e32a 100644 --- a/.github/workflows/test-mixed-versions.yaml +++ b/.github/workflows/test-mixed-versions.yaml @@ -41,7 +41,7 @@ jobs: - name: CHECKOUT REPOSITORY uses: actions/checkout@v3 - name: MOUNT BAZEL CACHE - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.0.9 with: path: "/home/runner/repo-cache/" key: repo-cache @@ -88,7 +88,7 @@ jobs: otp-version: ${{ matrix.erlang_version }} elixir-version: ${{ matrix.elixir_version }} - name: MOUNT BAZEL CACHE - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.0.9 with: path: "/home/runner/repo-cache/" key: repo-cache diff --git a/.github/workflows/test-selenium.yaml b/.github/workflows/test-selenium.yaml index 839ebf71da3a..94243021f99b 100644 --- a/.github/workflows/test-selenium.yaml +++ b/.github/workflows/test-selenium.yaml @@ -47,7 +47,7 @@ jobs: elixir-version: ${{ matrix.elixir_version }} - name: Mount Bazel Cache - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.0.9 with: path: "/home/runner/repo-cache/" key: repo-cache diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4fbb00c4e566..dcd84b7f067f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -40,7 +40,7 @@ jobs: - name: CHECKOUT REPOSITORY uses: actions/checkout@v3 - name: MOUNT BAZEL CACHE - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.0.9 with: path: "/home/runner/repo-cache/" key: repo-cache @@ -90,7 +90,7 @@ jobs: otp-version: ${{ matrix.erlang_version }} elixir-version: ${{ matrix.elixir_version }} - name: MOUNT BAZEL CACHE - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.0.9 with: path: "/home/runner/repo-cache/" key: repo-cache