Skip to content

Commit

Permalink
Fixing GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
akoutmos committed Nov 5, 2021
1 parent 4c6d96f commit aca6611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Set up Elixir
uses: erlef/setup-elixir@v1
with:
elixir-version: '1.11.2'
otp-version: '23.1'
elixir-version: '1.12.3'
otp-version: '24.1'
- name: Restore dependencies cache
uses: actions/cache@v2
with:
Expand Down

0 comments on commit aca6611

Please sign in to comment.