Skip to content

Commit

Permalink
Update github action lib
Browse files Browse the repository at this point in the history
  • Loading branch information
ono committed Jun 17, 2023
1 parent 9f1828a commit 3306f72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/elixir.yml
Expand Up @@ -7,10 +7,10 @@ jobs:
name: Format and compile with warnings as errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3

- name: Install OTP and Elixir
uses: actions/setup-elixir@v1
uses: erlef/setup-beam@v1
with:
otp-version: 26.0.1
elixir-version: 1.14.5
Expand Down Expand Up @@ -42,10 +42,10 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
MIX_ENV: test
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3

- name: Install OTP and Elixir
uses: actions/setup-elixir@v1
uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
Expand Down

0 comments on commit 3306f72

Please sign in to comment.