Skip to content

Commit

Permalink
Update actions to v3 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristineguadelupe authored Jan 7, 2024
1 parent 3db12f3 commit 47de2e4
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 @@ -16,7 +16,7 @@ jobs:
otp: "25.0"
lint: true
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: erlef/setup-beam@v1
with:
Expand All @@ -25,7 +25,7 @@ jobs:

- uses: dtolnay/rust-toolchain@nightly

- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
deps
Expand Down

0 comments on commit 47de2e4

Please sign in to comment.