diff --git a/.github/workflows/oci-base.yaml b/.github/workflows/oci-base.yaml index f37988e9e1..235ce4e9d9 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.2 + 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 d7cfb09e48..951636daaa 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.2 + 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 e33c8ae306..d1e7eb8014 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.2 + 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 659a26fd49..b51090f2e9 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.2 + uses: actions/cache@v3.2.3 with: path: "/home/runner/repo-cache/" key: repo-cache diff --git a/.github/workflows/secondary-umbrella.yaml b/.github/workflows/secondary-umbrella.yaml index 9b964f00cb..45be2dcba6 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.2 + uses: actions/cache@v3.2.3 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 51e4d8b9c2..99508a000c 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.2 + 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 a38e2bc260..0b853db118 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.2 + uses: actions/cache@v3.2.3 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.2 + uses: actions/cache@v3.2.3 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.2 + uses: actions/cache@v3.2.3 with: path: "/home/runner/repo-cache/" key: repo-cache diff --git a/.github/workflows/test-selenium.yaml b/.github/workflows/test-selenium.yaml index e1ef69cdc4..0deb7ed19d 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.2 + 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 32b388764f..6d0e68626e 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.2 + uses: actions/cache@v3.2.3 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.2 + uses: actions/cache@v3.2.3 with: path: "/home/runner/repo-cache/" key: repo-cache