Skip to content

Commit

Permalink
chore(deps): update erlef/setup-beam action to v1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 5, 2024
1 parent 6463941 commit 3f13715
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/[email protected].0
- uses: erlef/[email protected].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/[email protected].0
- uses: erlef/[email protected].2
with:
elixir-version: ${{ matrix.elixir }}
otp-version: ${{ matrix.otp }}
Expand Down

0 comments on commit 3f13715

Please sign in to comment.