Skip to content

Commit

Permalink
Update action for installing elixir
Browse files Browse the repository at this point in the history
  • Loading branch information
Serabe committed May 16, 2024
1 parent 12c0735 commit 623156d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-elixir/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
steps:
- uses: actions/checkout@v2
- name: Set up Elixir
uses: erlef/setup-beam@988e02bfe678367a02564f65ca2e37726dc0268f
uses: erlef/setup-beam@v1
with:
elixir-version: "${{ inputs.elixir-version }}"
otp-version: "${{ inputs.otp-version }}"
Expand Down

0 comments on commit 623156d

Please sign in to comment.