Skip to content

Commit

Permalink
Bump erlef/setup-beam from 1.16 to 1.17
Browse files Browse the repository at this point in the history
Bumps [erlef/setup-beam](https://github.com/erlef/setup-beam) from 1.16 to 1.17.
- [Release notes](https://github.com/erlef/setup-beam/releases)
- [Commits](erlef/setup-beam@v1.16...v1.17)

---
updated-dependencies:
- dependency-name: erlef/setup-beam
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ioolkos committed Feb 21, 2024
1 parent 84e59cb commit 6caf0d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
path: ~/.cache/rebar3
key: rebar3-cache-${{runner.os}}-otp-${{env.DEFAULT_RELEASE_OTP}}-v2-hash-${{hashFiles('rebar.lock')}}
- name: Install Erlang/OTP
uses: erlef/setup-beam@v1.16
uses: erlef/setup-beam@v1.17
with:
otp-version: ${{ env.DEFAULT_RELEASE_OTP }}
- name: Check code formatting (erlfmt)
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Erlang/OTP
uses: erlef/setup-beam@v1.16
uses: erlef/setup-beam@v1.17
with:
otp-version: ${{ env.DEFAULT_RELEASE_OTP }}
- name: Cache _build/default
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
# setup beam doesn't provide MacOS packages
# we use Homebrew to instal them
if: ${{ !startsWith(matrix.os , 'macos') }}
uses: erlef/setup-beam@v1.16
uses: erlef/setup-beam@v1.17
with:
otp-version: ${{ matrix.otp }}
version-type: strict
Expand Down

0 comments on commit 6caf0d0

Please sign in to comment.