Skip to content

Commit

Permalink
Merge pull request #114 from tgonzalezorlandoarm/tg/actions-v2
Browse files Browse the repository at this point in the history
ci/nightly: use actions/checkoutv2 for coverage builds
  • Loading branch information
tgonzalezorlandoarm authored Oct 6, 2023
2 parents b545515 + a0a0d7e commit 03c9448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
name: Calculate coverage from tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
with:
ref: "${{ github.event.inputs.rev }}"
- name: Execute tarpaulin
Expand Down

0 comments on commit 03c9448

Please sign in to comment.