Skip to content

Commit

Permalink
Update setup-beam to fix an error (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
aYukiSekiguchi authored Feb 9, 2025
1 parent bb63b76 commit 8a737ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
elixir: ['1.13.4', '1.14.4']
steps:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1.15.3
- uses: erlef/setup-beam@v1.18.2
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
Expand Down

0 comments on commit 8a737ef

Please sign in to comment.