Skip to content

Commit

Permalink
Bump Github actions for new elixir/otp version
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartc committed Jul 31, 2023
1 parent e4941f5 commit 4c5cb94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- uses: actions/checkout@v2
- uses: erlef/setup-elixir@v1
with:
otp-version: 25.2
elixir-version: '1.14.2'
otp-version: 26
elixir-version: '1.15.4'
- run: mix deps.get
- run: mix docs

Expand Down

0 comments on commit 4c5cb94

Please sign in to comment.