From b503698e6773d7048829acfefffd28c5c800a9e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 18:56:53 +0000 Subject: [PATCH] chore(deps): update erlef/setup-beam action to v1.18.1 (#12) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 139eddeb8..7ce5b0ffc 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@61e01a43a562a89bfc54c7f9a378ff67b03e4a21 # v1.16.0 + uses: erlef/setup-beam@b9c58b0450cd832ccdb3c17cc156a47065d2114f # v1.18.1 with: elixir-version: '1.15.2' # [Required] Define the Elixir version otp-version: '26.0' # [Required] Define the Erlang/OTP version diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index 7525a44f5..32ddd5bd2 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@61e01a43a562a89bfc54c7f9a378ff67b03e4a21 # v1.16.0 + uses: erlef/setup-beam@b9c58b0450cd832ccdb3c17cc156a47065d2114f # v1.18.1 with: elixir-version: '1.15.2' # [Required] Define the Elixir version otp-version: '26.0' # [Required] Define the Erlang/OTP version