Skip to content

Commit

Permalink
Update credo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pertsevds authored Mar 10, 2024
1 parent 49e765e commit d8ae7bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/credo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit d8ae7bc

Please sign in to comment.