Skip to content

Commit

Permalink
checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum committed Mar 21, 2024
1 parent be68a43 commit bc6ac7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- "19"
- "18"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: make test
- run: make edoc
- run: REBAR=rebar make test
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Publish to Hex.pm
uses: erlangpack/github-action@v3
Expand Down

0 comments on commit bc6ac7f

Please sign in to comment.