summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-27 18:04:48 +0000
committerGitHub <noreply@github.com>2022-12-27 18:04:48 +0000
commit95dcde644c87c359e4948b192d27a4b511e6e081 (patch)
tree56a7d62a796ce665d013d923cb4451039ab07e89 /.github
parent291befadabfb0610a2cf217ea3822727e086e372 (diff)
downloadrabbitmq-server-git-95dcde644c87c359e4948b192d27a4b511e6e081.tar.gz
Bump actions/cache from 3.2.1 to 3.2.2
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.1 to 3.2.2. - [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.2.1...v3.2.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/oci-base.yaml2
-rw-r--r--.github/workflows/oci.yaml2
-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.yaml6
-rw-r--r--.github/workflows/test-selenium.yaml2
-rw-r--r--.github/workflows/test.yaml4
9 files changed, 12 insertions, 12 deletions
diff --git a/.github/workflows/oci-base.yaml b/.github/workflows/oci-base.yaml
index e066084b93..f37988e9e1 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.2.1
+ uses: actions/cache@v3.2.2
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 888d8dc82b..d7cfb09e48 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.2.1
+ uses: actions/cache@v3.2.2
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 216d70b05b..e51b179fbf 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.2.1
+ uses: actions/cache@v3.2.2
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 8d04396dc8..659a26fd49 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.2.1
+ uses: actions/cache@v3.2.2
with:
path: "/home/runner/repo-cache/"
key: repo-cache
diff --git a/.github/workflows/secondary-umbrella.yaml b/.github/workflows/secondary-umbrella.yaml
index 5a9ecfea9b..9b964f00cb 100644
--- a/.github/workflows/secondary-umbrella.yaml
+++ b/.github/workflows/secondary-umbrella.yaml
@@ -64,7 +64,7 @@ jobs:
git diff
- name: Mount Bazel Cache
- uses: actions/cache@v3.2.1
+ uses: actions/cache@v3.2.2
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 64b3129251..51e4d8b9c2 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.2.1
+ uses: actions/cache@v3.2.2
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 dd03e83a1f..a38e2bc260 100644
--- a/.github/workflows/test-mixed-versions.yaml
+++ b/.github/workflows/test-mixed-versions.yaml
@@ -70,7 +70,7 @@ jobs:
path: secondary-umbrella
- name: MOUNT BAZEL CACHE
if: env.exists != 'true'
- uses: actions/cache@v3.2.1
+ uses: actions/cache@v3.2.2
with:
path: "/home/runner/repo-cache/"
key: repo-cache-secondary-umbrella
@@ -132,7 +132,7 @@ jobs:
- name: CHECKOUT REPOSITORY
uses: actions/checkout@v3
- name: MOUNT BAZEL CACHE
- uses: actions/cache@v3.2.1
+ uses: actions/cache@v3.2.2
with:
path: "/home/runner/repo-cache/"
key: repo-cache
@@ -180,7 +180,7 @@ jobs:
otp-version: ${{ matrix.erlang_version }}
elixir-version: ${{ matrix.elixir_version }}
- name: MOUNT BAZEL CACHE
- uses: actions/cache@v3.2.1
+ uses: actions/cache@v3.2.2
with:
path: "/home/runner/repo-cache/"
key: repo-cache
diff --git a/.github/workflows/test-selenium.yaml b/.github/workflows/test-selenium.yaml
index 0c7762ee6f..e2d9b4d52f 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.2.1
+ uses: actions/cache@v3.2.2
with:
path: "/home/runner/repo-cache/"
key: repo-cache
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 54dd25c62e..32b388764f 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.2.1
+ uses: actions/cache@v3.2.2
with:
path: "/home/runner/repo-cache/"
key: repo-cache
@@ -93,7 +93,7 @@ jobs:
otp-version: ${{ matrix.erlang_version }}
elixir-version: ${{ matrix.elixir_version }}
- name: MOUNT BAZEL CACHE
- uses: actions/cache@v3.2.1
+ uses: actions/cache@v3.2.2
with:
path: "/home/runner/repo-cache/"
key: repo-cache