Skip to content

Commit

Permalink
Update Elixir GitHub Action version
Browse files Browse the repository at this point in the history
  • Loading branch information
nesimtunc committed Oct 13, 2024
1 parent 59f7ea3 commit 72bd35c
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 @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Elixir
uses: erlef/setup-elixir@885971a72ed1f9240973bd92ab57af8c1aa68f24
uses: erlef/setup-elixir@v1
with:
elixir-version: "1.14.1" # Define the elixir version [required]
otp-version: "25" # Define the OTP version [required]
Expand Down

0 comments on commit 72bd35c

Please sign in to comment.