Skip to content

Commit

Permalink
Update elixir-version in github worksflows to v1.5
Browse files Browse the repository at this point in the history
Update elixir-version in github worksflows to v1.5
  • Loading branch information
0dayfall authored Jan 4, 2024
2 parents 2285643 + 55bd24c commit 6d0e8d7
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 @@ -21,7 +21,7 @@ jobs:
- name: Set up Elixir
uses: erlef/setup-beam@988e02bfe678367a02564f65ca2e37726dc0268f
with:
elixir-version: '1.12.3' # Define the elixir version [required]
elixir-version: '1.5' # Define the elixir version [required]
otp-version: '24.1' # Define the OTP version [required]
- name: Restore dependencies cache
uses: actions/cache@v2
Expand Down

0 comments on commit 6d0e8d7

Please sign in to comment.