Skip to content

Commit

Permalink
Merge pull request #5420 from rabbitmq/mergify/bp/v3.11.x/pr-5416
Browse files Browse the repository at this point in the history
Bump erlef/setup-beam from 1.11 to 1.12 (backport #5416)
  • Loading branch information
michaelklishin committed Aug 2, 2022
2 parents 6712462 + fbf3691 commit c95c630
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-mixed-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: CHECKOUT REPOSITORY
uses: actions/checkout@v3
- name: CONFIGURE OTP & ELIXIR
uses: erlef/setup-beam@v1.11
uses: erlef/setup-beam@v1.12
with:
otp-version: ${{ matrix.erlang_version }}
elixir-version: ${{ matrix.elixir_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: CHECKOUT REPOSITORY
uses: actions/checkout@v3
- name: CONFIGURE ERLANG
uses: erlef/setup-beam@v1.11
uses: erlef/setup-beam@v1.12
with:
otp-version: ${{ matrix.erlang_version }}
elixir-version: ${{ matrix.elixir_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: CHECKOUT REPOSITORY
uses: actions/checkout@v3
- name: CONFIGURE OTP & ELIXIR
uses: erlef/setup-beam@v1.11
uses: erlef/setup-beam@v1.12
with:
otp-version: ${{ matrix.erlang_version }}
elixir-version: ${{ matrix.elixir_version }}
Expand Down

0 comments on commit c95c630

Please sign in to comment.