From ff15f093fb9246ec41c3a061cd3f7cadaa7baa3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 23:43:26 +0000 Subject: [PATCH] ci(action): update erlef/setup-beam action to v1.18.0 --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4ce7ce..91fa06d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - name: Set up Elixir id: setup-beam - uses: erlef/setup-beam@61e01a43a562a89bfc54c7f9a378ff67b03e4a21 # v1.16.0 + uses: erlef/setup-beam@a6e26b22319003294c58386b6f25edbc7336819a # v1.18.0 with: version-type: strict version-file: .tool-versions diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5ca6959..aea63d3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -60,7 +60,7 @@ jobs: - name: Set up BEAM id: setup-beam - uses: erlef/setup-beam@61e01a43a562a89bfc54c7f9a378ff67b03e4a21 # v1.16.0 + uses: erlef/setup-beam@a6e26b22319003294c58386b6f25edbc7336819a # v1.18.0 with: otp-version: ${{matrix.otp}} elixir-version: ${{matrix.elixir}}