Skip to content

Commit

Permalink
Update actions to v3 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristine Guadelupe authored Jan 7, 2024
1 parent b365067 commit a89b17c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
otp: 26.0.2
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 a89b17c

Please sign in to comment.