We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f069d commit efdba72Copy full SHA for efdba72
1 file changed
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
- otp: "28.3.1"
38
elixir: "1.20.0-rc.1-otp-28"
39
lint: true
40
-
+ steps:
41
# Step: Setup Elixir + Erlang image as the base.
42
- name: Set up Elixir
43
uses: erlef/setup-beam@v1
@@ -47,7 +47,7 @@ jobs:
47
48
# Step: Check out the code.
49
- name: Checkout code
50
- uses: actions/checkout@v4
+ uses: actions/checkout@v3
51
52
# Step: Define how to cache deps. Restores existing cache if present.
53
- name: Cache deps
0 commit comments