From 605516bebcb13947c22c2ced82f38141e6874d66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 05:48:17 +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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a85c5b4..7035e40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: key: elixir-cache-${{matrix.elixir}}-otp-${{matrix.otp}}-${{runner.os}}-${{hashFiles('mix.lock')}}-${{github.ref}} restore-keys: | elixir-cache-${{matrix.elixir}}-otp-${{matrix.otp}}-${{runner.os}}-${{hashFiles('mix.lock')}}- - - uses: erlef/setup-beam@v1.17.5 + - uses: erlef/setup-beam@v1.18.0 with: otp-version: ${{matrix.otp}} elixir-version: ${{matrix.elixir}}