Skip to content

Commit d2fe8e1

Browse files
authored
Merge pull request #41 from mveytsman/mv/otpversion
Fix CI
2 parents afb57ff + d8ce692 commit d2fe8e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
uses: erlef/setup-beam@v1
1919
with:
2020
elixir-version: '1.14.5' # Define the elixir version [required]
21-
otp-version: '24.2' # Define the OTP version [required]
21+
otp-version: '24' # Define the OTP version [required]
2222
- name: Restore dependencies cache
23-
uses: actions/cache@v2
23+
uses: actions/cache@v4
2424
with:
2525
path: deps
2626
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}

0 commit comments

Comments
 (0)