From d8ae7bc6e5beace6639c1a1dd0bc224caddeac75 Mon Sep 17 00:00:00 2001 From: Dmitriy Pertsev Date: Sun, 10 Mar 2024 18:09:11 +0300 Subject: [PATCH] Update credo.yml --- .github/workflows/credo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/credo.yml b/.github/workflows/credo.yml index bc713d5..b36fcc6 100644 --- a/.github/workflows/credo.yml +++ b/.github/workflows/credo.yml @@ -41,8 +41,8 @@ jobs: otp: ['26.2.3'] elixir: ['1.16.2'] steps: - - uses: actions/checkout@v3 - - uses: erlef/setup-beam@988e02bfe678367a02564f65ca2e37726dc0268f + - uses: actions/checkout@v4 + - uses: erlef/setup-beam@v1 with: otp-version: ${{matrix.otp}} elixir-version: ${{matrix.elixir}}