From d2e47325413f93192f3a53e07ebfeed5c8a4f1bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 15:41:17 +0000 Subject: [PATCH] Bump erlef/setup-beam from 1.20.4 to 1.24.0 Bumps [erlef/setup-beam](https://github.com/erlef/setup-beam) from 1.20.4 to 1.24.0. - [Release notes](https://github.com/erlef/setup-beam/releases) - [Commits](https://github.com/erlef/setup-beam/compare/e6d7c94229049569db56a7ad5a540c051a010af9...fc68ffb90438ef2936bbb3251622353b3dcb2f93) --- updated-dependencies: - dependency-name: erlef/setup-beam dependency-version: 1.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 13bd26f..bc5e69a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: persist-credentials: false - name: Install OTP and Elixir - uses: erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # v1.20.4 + uses: erlef/setup-beam@fc68ffb90438ef2936bbb3251622353b3dcb2f93 # v1.24.0 with: otp-version: 27.2 elixir-version: 1.18.1