Skip to content

Commit

Permalink
chore(deps): update erlef/setup-beam action to v1.17.3 (#532)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 17, 2024
1 parent 832ae90 commit e01b757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
key: ${{ github.job }}-${{ hashFiles('mix.lock') }}-1
path: _build
- uses: erlef/setup-beam@v1.17.2
- uses: erlef/setup-beam@v1.17.3
with:
elixir-version: 1.15.x
otp-version: 26.x
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
with:
key: ${{ github.job }}-${{ matrix.elixir }}-${{ matrix.otp }}-${{ hashFiles('mix.lock') }}-1
path: _build
- uses: erlef/setup-beam@v1.17.2
- uses: erlef/setup-beam@v1.17.3
with:
elixir-version: ${{ matrix.elixir }}
otp-version: ${{ matrix.otp }}
Expand Down

0 comments on commit e01b757

Please sign in to comment.