Skip to content

Commit efdba72

Browse files
committed
Start again
1 parent 31f069d commit efdba72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- otp: "28.3.1"
3838
elixir: "1.20.0-rc.1-otp-28"
3939
lint: true
40-
40+
steps:
4141
# Step: Setup Elixir + Erlang image as the base.
4242
- name: Set up Elixir
4343
uses: erlef/setup-beam@v1
@@ -47,7 +47,7 @@ jobs:
4747

4848
# Step: Check out the code.
4949
- name: Checkout code
50-
uses: actions/checkout@v4
50+
uses: actions/checkout@v3
5151

5252
# Step: Define how to cache deps. Restores existing cache if present.
5353
- name: Cache deps

0 commit comments

Comments
 (0)