From 7755f6e38a3411624bd391556d9c1c5aa817c23a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 07:59:23 +0000 Subject: [PATCH] Bump erlef/setup-beam from 1.17.5 to 1.18.0 Bumps [erlef/setup-beam](https://github.com/erlef/setup-beam) from 1.17.5 to 1.18.0. - [Release notes](https://github.com/erlef/setup-beam/releases) - [Commits](https://github.com/erlef/setup-beam/compare/v1.17.5...v1.18.0) --- updated-dependencies: - dependency-name: erlef/setup-beam dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/elixir_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/elixir_ci.yml b/.github/workflows/elixir_ci.yml index 8a1b4b0..06d819c 100644 --- a/.github/workflows/elixir_ci.yml +++ b/.github/workflows/elixir_ci.yml @@ -58,7 +58,7 @@ jobs: - uses: actions/checkout@v4 with: ref: ${{env.BRANCH}} - - uses: erlef/setup-beam@v1.17.5 + - uses: erlef/setup-beam@v1.18.0 with: otp-version: ${{matrix.otp}} elixir-version: ${{matrix.elixir}}