From aca661120cdfae2c6282dceb7e75c1d3ea6c08f9 Mon Sep 17 00:00:00 2001 From: Alex Koutmos Date: Fri, 5 Nov 2021 17:42:55 -0400 Subject: [PATCH] Fixing GH actions --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 70681eec..be9cebfe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: