From e01b7574dea6f98c794ee2e5588fa91d9ceeff8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 15:44:39 +1100 Subject: [PATCH] chore(deps): update erlef/setup-beam action to v1.17.3 (#532) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fc9f00c5..c7c7ce93 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: with: key: ${{ github.job }}-${{ hashFiles('mix.lock') }}-1 path: _build - - uses: erlef/setup-beam@v1.17.2 + - uses: erlef/setup-beam@v1.17.3 with: elixir-version: 1.15.x otp-version: 26.x @@ -60,7 +60,7 @@ jobs: with: key: ${{ github.job }}-${{ matrix.elixir }}-${{ matrix.otp }}-${{ hashFiles('mix.lock') }}-1 path: _build - - uses: erlef/setup-beam@v1.17.2 + - uses: erlef/setup-beam@v1.17.3 with: elixir-version: ${{ matrix.elixir }} otp-version: ${{ matrix.otp }}