Skip to content

Commit

Permalink
Update actions to v3 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristineguadelupe authored Jan 7, 2024
1 parent d35aa1e commit 5a1c1fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
otp: 24
lint: lint
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.pair.otp}}
elixir-version: ${{matrix.pair.elixir}}

- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: deps
key: mix-deps-${{ hashFiles('**/mix.lock') }}
Expand Down

0 comments on commit 5a1c1fb

Please sign in to comment.