From c3a6a93cc2fedacba4e18b8392d0982d50033362 Mon Sep 17 00:00:00 2001 From: jbiset Date: Mon, 29 Jul 2024 16:58:16 -0300 Subject: [PATCH] Changed the actions used in GHA --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d10f2b8..a8c2594 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,12 +14,12 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Elixir - uses: actions/setup-elixir@v1 + uses: erlef/setup-beam@v1 with: - otp-version: "26.x" + otp-version: "25.x" elixir-version: "1.16.x" - name: Install dependencies