From e9bdb680bf870e2a7de4570b36d268f60713cc97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 12:26:50 +0000 Subject: [PATCH] chore(deps): update erlef/setup-beam digest to fc68ffb --- .github/workflows/ci.yaml | 2 +- .github/workflows/release-publish.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2089ee7..56f5a21 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v5 - name: Set up Elixir and OTP - uses: erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # v1 + uses: erlef/setup-beam@fc68ffb90438ef2936bbb3251622353b3dcb2f93 # v1 with: otp-version: ${{ matrix.elixir-otp.otp }} elixir-version: ${{ matrix.elixir-otp.elixir }} diff --git a/.github/workflows/release-publish.yaml b/.github/workflows/release-publish.yaml index a1e5631..96cd630 100644 --- a/.github/workflows/release-publish.yaml +++ b/.github/workflows/release-publish.yaml @@ -42,7 +42,7 @@ jobs: steps: - uses: actions/checkout@v5 - - uses: erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # v1 + - uses: erlef/setup-beam@fc68ffb90438ef2936bbb3251622353b3dcb2f93 # v1 with: otp-version: "27.0" elixir-version: "1.18"