From 3c5045a307cf4e159e124ddd7f67c40e82dcf58e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 12:11:29 +0200 Subject: [PATCH] Bump erlef/setup-beam from 1.18.0 to 1.18.1 (#1508) Bumps [erlef/setup-beam](https://github.com/erlef/setup-beam) from 1.18.0 to 1.18.1. - [Release notes](https://github.com/erlef/setup-beam/releases) - [Commits](https://github.com/erlef/setup-beam/compare/a6e26b22319003294c58386b6f25edbc7336819a...b9c58b0450cd832ccdb3c17cc156a47065d2114f) --- updated-dependencies: - dependency-name: erlef/setup-beam dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a40b9f707..85e5cd826 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Use Elixir - uses: erlef/setup-beam@a6e26b22319003294c58386b6f25edbc7336819a + uses: erlef/setup-beam@b9c58b0450cd832ccdb3c17cc156a47065d2114f with: otp-version: ${{matrix.otp}} elixir-version: ${{matrix.elixir}} @@ -90,7 +90,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Use Elixir ${{matrix.elixir}} / OTP ${{matrix.otp}} - uses: erlef/setup-beam@a6e26b22319003294c58386b6f25edbc7336819a + uses: erlef/setup-beam@b9c58b0450cd832ccdb3c17cc156a47065d2114f with: otp-version: ${{matrix.otp}} elixir-version: ${{matrix.elixir}}