We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afb57ff + d8ce692 commit d2fe8e1Copy full SHA for d2fe8e1
.github/workflows/ci.yml
@@ -18,9 +18,9 @@ jobs:
18
uses: erlef/setup-beam@v1
19
with:
20
elixir-version: '1.14.5' # Define the elixir version [required]
21
- otp-version: '24.2' # Define the OTP version [required]
+ otp-version: '24' # Define the OTP version [required]
22
- name: Restore dependencies cache
23
- uses: actions/cache@v2
+ uses: actions/cache@v4
24
25
path: deps
26
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
0 commit comments