Skip to content

Commit 20e73dc

Browse files
Merge branch 'main' into ha-mode-operator-policy
2 parents b55465b + 656d309 commit 20e73dc

10 files changed

+14
-14
lines changed

.github/workflows/oci-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: echo ${{ steps.buildx.outputs.platforms }}
2626

2727
- name: Cache Docker layers
28-
uses: actions/[email protected].5
28+
uses: actions/[email protected].6
2929
with:
3030
path: /tmp/.buildx-cache
3131
key: ${{ runner.os }}-${{ matrix.image_tag_suffix }}-buildx-${{ github.event.pull_request.head.sha || github.sha }}

.github/workflows/oci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
sed -i"_orig" -E '/APP_VERSION/ s/3\.[0-9]+\.[0-9]+/${{ github.event.pull_request.head.sha || github.sha }}/' rabbitmq.bzl
4747
4848
- name: Mount Bazel Cache
49-
uses: actions/[email protected].5
49+
uses: actions/[email protected].6
5050
with:
5151
path: "/home/runner/repo-cache/"
5252
key: repo-cache

.github/workflows/perform-bazel-execution-comparison.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
repository: bazelbuild/bazel
8888
path: bazel
8989
- name: MOUNT BAZEL CACHE
90-
uses: actions/[email protected].5
90+
uses: actions/[email protected].6
9191
with:
9292
path: "/home/runner/.cache/bazel"
9393
key: bazel

.github/workflows/rabbitmq_peer_discovery_aws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
repo-token: ${{ secrets.GITHUB_TOKEN }}
2323
wait-interval: 30 # seconds
2424
- name: MOUNT BAZEL CACHE
25-
uses: actions/[email protected].5
25+
uses: actions/[email protected].6
2626
with:
2727
path: "/home/runner/repo-cache/"
2828
key: repo-cache

.github/workflows/test-erlang-git.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: CHECKOUT REPOSITORY
1313
uses: actions/checkout@v3
1414
- name: MOUNT BAZEL CACHE
15-
uses: actions/[email protected].5
15+
uses: actions/[email protected].6
1616
with:
1717
path: "/home/runner/repo-cache/"
1818
key: repo-cache

.github/workflows/test-mixed-versions.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
path: secondary-umbrella
7171
- name: MOUNT BAZEL CACHE
7272
if: env.exists != 'true'
73-
uses: actions/[email protected].5
73+
uses: actions/[email protected].6
7474
with:
7575
path: "/home/runner/repo-cache/"
7676
key: repo-cache-secondary-umbrella
@@ -132,7 +132,7 @@ jobs:
132132
- name: CHECKOUT REPOSITORY
133133
uses: actions/checkout@v3
134134
- name: MOUNT BAZEL CACHE
135-
uses: actions/[email protected].5
135+
uses: actions/[email protected].6
136136
with:
137137
path: "/home/runner/repo-cache/"
138138
key: repo-cache
@@ -180,7 +180,7 @@ jobs:
180180
otp-version: ${{ matrix.erlang_version }}
181181
elixir-version: ${{ matrix.elixir_version }}
182182
- name: MOUNT BAZEL CACHE
183-
uses: actions/[email protected].5
183+
uses: actions/[email protected].6
184184
with:
185185
path: "/home/runner/repo-cache/"
186186
key: repo-cache

.github/workflows/test-selenium.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
elixir-version: ${{ matrix.elixir_version }}
4848

4949
- name: Mount Bazel Cache
50-
uses: actions/[email protected].5
50+
uses: actions/[email protected].6
5151
with:
5252
path: "/home/runner/repo-cache/"
5353
key: repo-cache

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: CHECKOUT REPOSITORY
4242
uses: actions/checkout@v3
4343
- name: MOUNT BAZEL CACHE
44-
uses: actions/[email protected].5
44+
uses: actions/[email protected].6
4545
with:
4646
path: "/home/runner/repo-cache/"
4747
key: repo-cache
@@ -93,7 +93,7 @@ jobs:
9393
otp-version: ${{ matrix.erlang_version }}
9494
elixir-version: ${{ matrix.elixir_version }}
9595
- name: MOUNT BAZEL CACHE
96-
uses: actions/[email protected].5
96+
uses: actions/[email protected].6
9797
with:
9898
path: "/home/runner/repo-cache/"
9999
key: repo-cache

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,8 @@ erlang_package.hex_package(
276276
erlang_package.hex_package(
277277
name = "ra",
278278
build_file = "@rabbitmq-server//bazel:BUILD.ra",
279-
sha256 = "7fae3112cea737bc64d5ff51c1b79a7f30f13ed3d11c565d2a6966ea5aa40473",
280-
version = "2.4.6",
279+
sha256 = "e5b6c3fa434c357a2b5e6d53198871721a8a9da6fa20b7e639e8540ba72f7ae7",
280+
version = "2.4.9",
281281
)
282282

283283
erlang_package.hex_package(

rabbitmq-components.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ dep_cowboy = hex 2.8.0
115115
dep_cowlib = hex 2.9.1
116116
dep_looking_glass = git https://github.com/rabbitmq/looking_glass.git master
117117
dep_prometheus = hex 4.10.0
118-
dep_ra = hex 2.4.6
118+
dep_ra = hex 2.4.9
119119
dep_ranch = hex 2.1.0
120120
dep_recon = hex 2.5.3
121121
dep_redbug = hex 2.0.7

0 commit comments

Comments
 (0)