Skip to content

Commit

Permalink
update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoefmoraes committed Jan 30, 2024
1 parent fb3106e commit e94e792
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
MIX_ENV: test
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
# Change to version after https://github.com/erlef/setup-beam/pull/249 is merged
- uses: erlef/setup-beam@afd4927d4af60a676d1a691cf3c51dd420cdeb00
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
Expand All @@ -56,7 +57,7 @@ jobs:
if: matrix.update_deps
run: mix deps.update --all
- name: Deps and _build cache
uses: actions/cache@v3
uses: actions/cache@v4
id: deps-cache
with:
path: |
Expand Down

0 comments on commit e94e792

Please sign in to comment.