From 8b007dda7c6cc104d3cf84df66f550543212a07c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 07:25:52 +0000 Subject: [PATCH] Bump erlef/setup-beam from 1.16.0 to 1.17.5 Bumps [erlef/setup-beam](https://github.com/erlef/setup-beam) from 1.16.0 to 1.17.5. - [Release notes](https://github.com/erlef/setup-beam/releases) - [Commits](https://github.com/erlef/setup-beam/compare/v1.16.0...v1.17.5) --- 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 b927271..8a1b4b0 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.16.0 + - uses: erlef/setup-beam@v1.17.5 with: otp-version: ${{matrix.otp}} elixir-version: ${{matrix.elixir}}