Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Serabe authored Oct 31, 2024
1 parent eaf25ce commit 9000411
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/setup-elixir/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ runs:
steps:
- uses: actions/checkout@v2
- name: Set up Elixir
uses: erlef/setup-beam@988e02bfe678367a02564f65ca2e37726dc0268f
with:
uses: erlef/setup-beam@v1
elixir-version: "${{ inputs.elixir-version }}"
otp-version: "${{ inputs.otp-version }}"
- name: Restore mix deps cache
Expand Down

0 comments on commit 9000411

Please sign in to comment.