Skip to content

Commit

Permalink
Update Elixir CI workflow to setup beam from a better base
Browse files Browse the repository at this point in the history
  • Loading branch information
QMalcolm committed Nov 22, 2024
1 parent af7de02 commit d2b0a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Elixir
uses: erlef/setup-beam@988e02bfe678367a02564f65ca2e37726dc0268f
uses: erlef/setup-beam@v1
with:
elixir-version: '1.17.3' # Define the elixir version [required]
otp-version: '27.1.2' # Define the OTP version [required]
Expand Down

0 comments on commit d2b0a74

Please sign in to comment.