Skip to content

Commit

Permalink
chore(deps): update erlef/setup-beam action to v1.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 13, 2024
1 parent 04b3a91 commit 6ea8c9d
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.16.0
- uses: erlef/setup-beam@v1.17.2
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.16.0
- uses: erlef/setup-beam@v1.17.2
with:
elixir-version: ${{ matrix.elixir }}
otp-version: ${{ matrix.otp }}
Expand Down

0 comments on commit 6ea8c9d

Please sign in to comment.