Skip to content

Commit

Permalink
CI: Use checkout v4 also in Cover job
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Feb 26, 2024
1 parent 39bb2a3 commit e82ac70
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 @@ -28,7 +28,7 @@ jobs:
needs: [tests]
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: 26
Expand Down

0 comments on commit e82ac70

Please sign in to comment.