From af1ef7b1f53058bcea60695695f471d2717fd762 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 16:57:20 +0000 Subject: [PATCH] chore(deps): update erlef/setup-beam action to v1.20.3 --- .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 cb202ff31..f72e631f0 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@6389fe58dcb1ee91fd829c7c65bf8771b06dacc4 # v1.20.2 + uses: erlef/setup-beam@8e7fdef09ffa3ea54328b5000c170a3b9b20ca96 # v1.20.3 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 5eef8cc3e..ab38120e1 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Elixir - uses: erlef/setup-beam@6389fe58dcb1ee91fd829c7c65bf8771b06dacc4 # v1.20.2 + uses: erlef/setup-beam@8e7fdef09ffa3ea54328b5000c170a3b9b20ca96 # v1.20.3 with: elixir-version: '1.17.3' # [Required] Define the Elixir version otp-version: '27.0' # [Required] Define the Erlang/OTP version