Skip to content

Commit

Permalink
chore: upgrade elixir installer
Browse files Browse the repository at this point in the history
  • Loading branch information
nikcorg committed May 17, 2024
1 parent 56edd8e commit 86ce88c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Elixir
uses: erlef/setup-elixir@885971a72ed1f9240973bd92ab57af8c1aa68f24
uses: erlef/setup-[email protected]
with:
elixir-version: '1.10.3' # Define the elixir version [required]
otp-version: '22.3' # Define the OTP version [required]
otp-version: '>22.3' # Define the OTP version [required]
- name: Restore dependencies cache
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 86ce88c

Please sign in to comment.