Skip to content

Commit

Permalink
fix linter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TraceyOnim committed May 10, 2024
1 parent da76ebe commit cdedeea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Elixir
uses: actions/setup-elixir@v1
uses: erlef/setup-beam@v1
with:
elixir-version: '1.16.2'
elixir-version: '1.15.4'
otp-version: '26.0.2'
experimental-otp: true
- name: Restore dependencies cache
Expand Down

0 comments on commit cdedeea

Please sign in to comment.