From f31e2271083a7f83ef175fba92f15a73039b3eb7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 13:20:56 +0000 Subject: [PATCH] chore(deps): update erlef/setup-beam action to v1.24.0 --- .github/workflows/documentation.yml | 2 +- .github/workflows/elixir.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index d8f3c7cac..f0c4aa39a 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -19,7 +19,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} ref: ${{ github.head_ref }} - name: Set up Elixir - uses: erlef/setup-beam@ee09b1e59bb240681c382eb1f0abc6a04af72764 # v1.23.0 + uses: erlef/setup-beam@fc68ffb90438ef2936bbb3251622353b3dcb2f93 # v1.24.0 with: elixir-version: '1.17.3' # [Required] Define the Elixir version otp-version: '27.0' # [Required] Define the Erlang/OTP version diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index 8920f9bfa..cbfe10c04 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Set up Elixir - uses: erlef/setup-beam@ee09b1e59bb240681c382eb1f0abc6a04af72764 # v1.23.0 + uses: erlef/setup-beam@fc68ffb90438ef2936bbb3251622353b3dcb2f93 # v1.24.0 with: elixir-version: '1.17.3' # [Required] Define the Elixir version otp-version: '27.0' # [Required] Define the Erlang/OTP version