diff options
author | Michael Klishin <michaelklishin@me.com> | 2023-01-09 15:46:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-09 15:46:51 -0500 |
commit | 844aebba5a388d13753ae88494678f8b76bc1eb5 (patch) | |
tree | b4fc3c148627f69343da6517a3e3d4ab0bfe7268 | |
parent | d07eb15d8a7be962f36fede3e44b07c78f26c8f6 (diff) | |
parent | 1b2047c80cdbc3c5a283c8d9d791fed96b5c4ca5 (diff) | |
download | rabbitmq-server-git-v3.8.x.tar.gz |
Merge pull request #6823 from rabbitmq/dependabot/github_actions/v3.8.x/actions/cache-3.2.3v3.8.x
-rw-r--r-- | .github/workflows/oci-base.yaml | 2 | ||||
-rw-r--r-- | .github/workflows/oci.yaml | 6 | ||||
-rw-r--r-- | .github/workflows/perform-bazel-execution-comparison.yaml | 2 | ||||
-rw-r--r-- | .github/workflows/rabbitmq_peer_discovery_aws.yaml | 2 | ||||
-rw-r--r-- | .github/workflows/test-erlang-git.yaml | 2 | ||||
-rw-r--r-- | .github/workflows/test-mixed-versions.yaml | 4 | ||||
-rw-r--r-- | .github/workflows/test.yaml | 4 |
7 files changed, 11 insertions, 11 deletions
diff --git a/.github/workflows/oci-base.yaml b/.github/workflows/oci-base.yaml index 10395688df..7d2003cd2a 100644 --- a/.github/workflows/oci-base.yaml +++ b/.github/workflows/oci-base.yaml @@ -15,7 +15,7 @@ jobs: uses: docker/setup-buildx-action@v2 - name: Cache Docker layers - uses: actions/cache@v3.2.0 + uses: actions/cache@v3.2.3 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 aa865f05aa..a0b5ae5241 100644 --- a/.github/workflows/oci.yaml +++ b/.github/workflows/oci.yaml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v3 - name: Mount Bazel Cache - uses: actions/cache@v3.2.0 + uses: actions/cache@v3.2.3 with: path: "/home/runner/repo-cache/" key: repo-cache @@ -86,7 +86,7 @@ jobs: uses: docker/setup-buildx-action@v2 - name: Cache Docker layers - uses: actions/cache@v3.2.0 + uses: actions/cache@v3.2.3 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-${{ matrix.image_tag_suffix }}-buildx-${{ github.event.pull_request.head.sha || github.sha }} @@ -165,7 +165,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.0 + uses: actions/cache@v3.2.3 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 eeb7152e87..59cbccdc8a 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.0 + uses: actions/cache@v3.2.3 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 eac188de96..2f58a67d13 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.0 + uses: actions/cache@v3.2.3 with: path: "/home/runner/repo-cache/" key: repo-cache diff --git a/.github/workflows/test-erlang-git.yaml b/.github/workflows/test-erlang-git.yaml index 592e9468e6..6c619aea50 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.0 + uses: actions/cache@v3.2.3 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 ef6a8ccc60..f36b6c5972 100644 --- a/.github/workflows/test-mixed-versions.yaml +++ b/.github/workflows/test-mixed-versions.yaml @@ -36,7 +36,7 @@ jobs: - name: CHECKOUT REPOSITORY uses: actions/checkout@v3 - name: MOUNT BAZEL CACHE - uses: actions/cache@v3.2.0 + uses: actions/cache@v3.2.3 with: path: "/home/runner/repo-cache/" key: repo-cache @@ -83,7 +83,7 @@ jobs: otp-version: ${{ matrix.erlang_version }} elixir-version: ${{ matrix.elixir_version }} - name: MOUNT BAZEL CACHE - uses: actions/cache@v3.2.0 + uses: actions/cache@v3.2.3 with: path: "/home/runner/repo-cache/" key: repo-cache diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d6d3d65c40..aba3e4d75a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -37,7 +37,7 @@ jobs: - name: CHECKOUT REPOSITORY uses: actions/checkout@v3 - name: MOUNT BAZEL CACHE - uses: actions/cache@v3.2.0 + uses: actions/cache@v3.2.3 with: path: "/home/runner/repo-cache/" key: repo-cache @@ -89,7 +89,7 @@ jobs: otp-version: ${{ matrix.erlang_version }} elixir-version: ${{ matrix.elixir_version }} - name: MOUNT BAZEL CACHE - uses: actions/cache@v3.2.0 + uses: actions/cache@v3.2.3 with: path: "/home/runner/repo-cache/" key: repo-cache |