From 774202b13da85252730e5d215c1460f2eb63e483 Mon Sep 17 00:00:00 2001 From: Jeff Kreeftmeijer Date: Wed, 19 Jun 2024 10:37:51 +0200 Subject: [PATCH] Use "latest" OTP and Elixir versions for linting Instead of master and main, use the latest actual release to prevent the Dialyzer PLT from having to be regenerated every time as updates are pushed to Elixir and Erlang. --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1141eb0f..1359051d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,8 +11,8 @@ jobs: - name: Set up Erlang and Elixir uses: erlef/setup-beam@v1 with: - otp-version: master - elixir-version: main + otp-version: latest + elixir-version: latest - name: PLT cache uses: actions/cache@v4 id: plt_cache