Skip to content

Commit

Permalink
update elixir version in update-packages-list.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-hek committed Sep 2, 2024
1 parent 8bc3cc0 commit 830b326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-packages-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: '26.1'
elixir-version: '1.15.6'
otp-version: '27.0'
elixir-version: '1.17.2'
- name: Update packages list
env:
GH_TOKEN: ${{ secrets.BOT_TOKEN }}
Expand Down

0 comments on commit 830b326

Please sign in to comment.