Skip to content

Commit a9b907c

Browse files
committed
Use OTP26 for RabbitMQ OCI actions
1 parent 4d23431 commit a9b907c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rabbitmq-oci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
include:
1717
- image_tag_suffix: otp-max-bazel
18-
otp_version_id: 25_2
18+
otp_version_id: 26
1919
steps:
2020
- name: Checkout Ra
2121
uses: actions/checkout@v3
@@ -78,7 +78,7 @@ jobs:
7878
echo "elixir=$(cat bazel-bin/elixir_version.txt)" >> $GITHUB_OUTPUT
7979
8080
- name: Configure OTP & Elixir
81-
uses: erlef/[email protected]
81+
uses: erlef/[email protected].3
8282
with:
8383
otp-version: ${{ steps.load-info.outputs.otp }}
8484
elixir-version: ${{ steps.load-info.outputs.elixir }}

0 commit comments

Comments
 (0)