Skip to content

Commit

Permalink
CI: Update "checkout" action
Browse files Browse the repository at this point in the history
  • Loading branch information
weiss committed Dec 26, 2022
1 parent 27ba91c commit 6045ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
container:
image: erlang:${{ matrix.otp }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: make
- run: rebar3 compile
- run: rebar3 xref
Expand Down

0 comments on commit 6045ae3

Please sign in to comment.