summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-05 09:22:36 +0000
committerMichael Klishin <michael@clojurewerkz.org>2021-04-08 12:02:53 +0300
commit7a939175e66df8d72ce6ed60a4622a0d3bedc188 (patch)
treece34dfc2e060fecb0cc74eeac3f4a860455ccf4e
parentc1c504efdc6d1ddda1227828a08020d7f98b4c95 (diff)
downloadrabbitmq-server-git-7a939175e66df8d72ce6ed60a4622a0d3bedc188.tar.gz
Bump erlef/setup-beam from v1 to v1.7
Bumps [erlef/setup-beam](https://github.com/erlef/setup-beam) from v1 to v1.7. - [Release notes](https://github.com/erlef/setup-beam/releases) - [Commits](https://github.com/erlef/setup-beam/compare/v1...78d10b5f616e2f356ec1bba98260ea57001d2363) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/oci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/oci.yaml b/.github/workflows/oci.yaml
index e860a4a4eb..40e3634400 100644
--- a/.github/workflows/oci.yaml
+++ b/.github/workflows/oci.yaml
@@ -26,7 +26,7 @@ jobs:
#
# For Elixir: https://github.com/rabbitmq/rabbitmq-server/blob/master/deps/rabbitmq_cli/mix.exs#L14
- name: Set up min required Erlang & Elixir
- uses: erlef/setup-beam@v1
+ uses: erlef/setup-beam@v1.7
with:
otp-version: '23.2'
elixir-version: '1.11.4'