Skip to content

Commit

Permalink
Merge pull request #149 from kianmeng/use-erlef-setup-beam-and-bump-g…
Browse files Browse the repository at this point in the history
…ha-versions

Use erlef/setup-beam and bump gha versions
  • Loading branch information
benwilson512 authored Dec 22, 2022
2 parents d7127bb + a5a6f73 commit ea3a78d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Elixir
uses: erlef/setup-elixir@v1
uses: erlef/setup-beam@v1
with:
elixir-version: ${{ matrix.elixir }}
otp-version: ${{ matrix.otp }}

- name: Restore deps cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
deps
Expand All @@ -54,7 +54,7 @@ jobs:
run: mkdir -p priv/plts

- name: Restore plts cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: priv/plts
key: plts-${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}-${{ hashFiles('**/mix.lock') }}-${{ github.sha }}
Expand Down

0 comments on commit ea3a78d

Please sign in to comment.