Skip to content

Commit

Permalink
Changed the actions used in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
jbiset authored and tulinmola committed Aug 6, 2024
1 parent b6ae813 commit a91ce8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a91ce8d

Please sign in to comment.