From 37da3f54d2134edf29d819a7188e2929bdea8997 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 17:23:00 +0200 Subject: [PATCH] Bump erlef/setup-beam from 1.17.5 to 1.17.6 (#86) Bumps [erlef/setup-beam](https://github.com/erlef/setup-beam) from 1.17.5 to 1.17.6. - [Release notes](https://github.com/erlef/setup-beam/releases) - [Commits](https://github.com/erlef/setup-beam/compare/2f0cc07b4b9bea248ae098aba9e1a8a1de5ec24c...0a541161e47ec43ccbd9510053c5f336ca76c2a2) --- updated-dependencies: - dependency-name: erlef/setup-beam dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/check-formatting.yml | 2 +- .github/workflows/run-common-test.yml | 2 +- .github/workflows/typecheck.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-formatting.yml b/.github/workflows/check-formatting.yml index 4d88339..0a32868 100644 --- a/.github/workflows/check-formatting.yml +++ b/.github/workflows/check-formatting.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - - uses: erlef/setup-beam@2f0cc07b4b9bea248ae098aba9e1a8a1de5ec24c + - uses: erlef/setup-beam@0a541161e47ec43ccbd9510053c5f336ca76c2a2 with: otp-version: "25.3" rebar3-version: "3.22" diff --git a/.github/workflows/run-common-test.yml b/.github/workflows/run-common-test.yml index 8e3e87a..e2d3b31 100644 --- a/.github/workflows/run-common-test.yml +++ b/.github/workflows/run-common-test.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - - uses: erlef/setup-beam@2f0cc07b4b9bea248ae098aba9e1a8a1de5ec24c + - uses: erlef/setup-beam@0a541161e47ec43ccbd9510053c5f336ca76c2a2 with: otp-version: "25.3" rebar3-version: "3.22" diff --git a/.github/workflows/typecheck.yml b/.github/workflows/typecheck.yml index b1f4eac..e53e0a4 100644 --- a/.github/workflows/typecheck.yml +++ b/.github/workflows/typecheck.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - - uses: erlef/setup-beam@2f0cc07b4b9bea248ae098aba9e1a8a1de5ec24c + - uses: erlef/setup-beam@0a541161e47ec43ccbd9510053c5f336ca76c2a2 with: otp-version: "25.3" rebar3-version: "3.22"