From 27406376abc8fee6a900e6bcc5fb84cca6a24540 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 21:37:46 +0000 Subject: [PATCH] Update erlef/setup-beam action to v1.18.2 --- .github/workflows/erlang.yml | 2 +- .github/workflows/rebar-lock.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/erlang.yml b/.github/workflows/erlang.yml index eabb883..dfa829c 100644 --- a/.github/workflows/erlang.yml +++ b/.github/workflows/erlang.yml @@ -44,7 +44,7 @@ jobs: steps: - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - - uses: erlef/setup-beam@b9c58b0450cd832ccdb3c17cc156a47065d2114f # v1.18.1 + - uses: erlef/setup-beam@5304e04ea2b355f03681464e683d92e3b2f18451 # v1.18.2 id: setup-beam with: version-type: strict diff --git a/.github/workflows/rebar-lock.yml b/.github/workflows/rebar-lock.yml index 5f889d0..614ee94 100644 --- a/.github/workflows/rebar-lock.yml +++ b/.github/workflows/rebar-lock.yml @@ -50,7 +50,7 @@ jobs: token: ${{steps.app-token.outputs.token}} ref: ${{needs.branch.outputs.head_ref}} - - uses: erlef/setup-beam@b9c58b0450cd832ccdb3c17cc156a47065d2114f # v1.18.1 + - uses: erlef/setup-beam@5304e04ea2b355f03681464e683d92e3b2f18451 # v1.18.2 with: version-type: strict version-file: .tool-versions