Skip to content

Commit

Permalink
Merge pull request #5452 from rabbitmq/mergify/bp/v3.10.x/pr-5451
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin authored Aug 5, 2022
2 parents 597667c + 60ffe78 commit e7344a6
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/oci-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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
Expand Down Expand Up @@ -86,7 +86,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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/perform-bazel-execution-comparison.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rabbitmq_peer_discovery_aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/secondary-umbrella.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-erlang-git.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-mixed-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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
Expand Down Expand Up @@ -86,7 +86,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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e7344a6

Please sign in to comment.