Skip to content

Commit

Permalink
Update actions to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
cristineguadelupe committed Jan 7, 2024
1 parent a5fa09f commit b0e0f60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
otp: 24.0
lint: true
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
Expand Down

0 comments on commit b0e0f60

Please sign in to comment.