summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-05 18:30:09 +0000
committerGitHub <noreply@github.com>2022-08-05 18:30:09 +0000
commit99ca1d6e7d8ad35cbe7c515dd3e7e55891bb2fa3 (patch)
tree65f5fd2d0d462813b8788731501e5ad49566f5d9
parentd0276eb32e8e8e41ee3ae2fabd843a5b7cb07de6 (diff)
downloadrabbitmq-server-git-99ca1d6e7d8ad35cbe7c515dd3e7e55891bb2fa3.tar.gz
Bump actions/cache from 3.0.5 to 3.0.6
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 3.0.6. - [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.5...v3.0.6) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/oci-base.yaml2
-rw-r--r--.github/workflows/oci.yaml4
-rw-r--r--.github/workflows/perform-bazel-execution-comparison.yaml2
-rw-r--r--.github/workflows/rabbitmq_peer_discovery_aws.yaml2
-rw-r--r--.github/workflows/secondary-umbrella.yaml2
-rw-r--r--.github/workflows/test-erlang-git.yaml2
-rw-r--r--.github/workflows/test-mixed-versions.yaml4
-rw-r--r--.github/workflows/test.yaml4
8 files changed, 11 insertions, 11 deletions
diff --git a/.github/workflows/oci-base.yaml b/.github/workflows/oci-base.yaml
index 93f3576f7c..10a9e58bfd 100644
--- a/.github/workflows/oci-base.yaml
+++ b/.github/workflows/oci-base.yaml
@@ -15,7 +15,7 @@ jobs:
uses: docker/setup-buildx-action@v1
- name: Cache Docker layers
- uses: actions/cache@v3.0.5
+ uses: actions/cache@v3.0.6
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 51f4793472..8c99a76621 100644
--- a/.github/workflows/oci.yaml
+++ b/.github/workflows/oci.yaml
@@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v3
- name: Mount Bazel Cache
- uses: actions/cache@v3.0.5
+ uses: actions/cache@v3.0.6
with:
path: "/home/runner/repo-cache/"
key: repo-cache
@@ -91,7 +91,7 @@ jobs:
uses: docker/setup-buildx-action@v1
- name: Cache Docker layers
- uses: actions/cache@v3.0.5
+ uses: actions/cache@v3.0.6
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/perform-bazel-execution-comparison.yaml b/.github/workflows/perform-bazel-execution-comparison.yaml
index 3566c006ff..2e92891391 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.5
+ uses: actions/cache@v3.0.6
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 ab97be5f54..441c2eb112 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.5
+ uses: actions/cache@v3.0.6
with:
path: "/home/runner/repo-cache/"
key: repo-cache
diff --git a/.github/workflows/secondary-umbrella.yaml b/.github/workflows/secondary-umbrella.yaml
index 40d061fc7b..e67b58166f 100644
--- a/.github/workflows/secondary-umbrella.yaml
+++ b/.github/workflows/secondary-umbrella.yaml
@@ -96,7 +96,7 @@ jobs:
git diff
- name: Mount Bazel Cache
- uses: actions/cache@v3.0.5
+ uses: actions/cache@v3.0.6
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 068c9b8177..1baae16352 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.5
+ uses: actions/cache@v3.0.6
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 c3c8bc1c17..81adf3bea1 100644
--- a/.github/workflows/test-mixed-versions.yaml
+++ b/.github/workflows/test-mixed-versions.yaml
@@ -42,7 +42,7 @@ jobs:
- name: CHECKOUT REPOSITORY
uses: actions/checkout@v3
- name: MOUNT BAZEL CACHE
- uses: actions/cache@v3.0.5
+ uses: actions/cache@v3.0.6
with:
path: "/home/runner/repo-cache/"
key: repo-cache
@@ -91,7 +91,7 @@ jobs:
otp-version: ${{ matrix.erlang_version }}
elixir-version: ${{ matrix.elixir_version }}
- name: MOUNT BAZEL CACHE
- uses: actions/cache@v3.0.5
+ uses: actions/cache@v3.0.6
with:
path: "/home/runner/repo-cache/"
key: repo-cache
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 01b8a8c68a..87587d2d77 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -41,7 +41,7 @@ jobs:
- name: CHECKOUT REPOSITORY
uses: actions/checkout@v3
- name: MOUNT BAZEL CACHE
- uses: actions/cache@v3.0.5
+ uses: actions/cache@v3.0.6
with:
path: "/home/runner/repo-cache/"
key: repo-cache
@@ -92,7 +92,7 @@ jobs:
otp-version: ${{ matrix.erlang_version }}
elixir-version: ${{ matrix.elixir_version }}
- name: MOUNT BAZEL CACHE
- uses: actions/cache@v3.0.5
+ uses: actions/cache@v3.0.6
with:
path: "/home/runner/repo-cache/"
key: repo-cache