Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 7b84757

Browse files
committed
fix(ci): use offical elixir action
1 parent eba4441 commit 7b84757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
configFile: .commitlintrc.js
3333
- name: Set up Elixir and OTP
34-
uses: actions/setup-elixir@v1
34+
uses: erlef/setup-elixir@v1
3535
with:
3636
elixir-version: "1.10.3" # Define the elixir version [required]
3737
otp-version: "22.3" # Define the OTP version [required]

0 commit comments

Comments
 (0)