Skip to content

Commit 03c9448

Browse files
Merge pull request #114 from tgonzalezorlandoarm/tg/actions-v2
ci/nightly: use actions/checkoutv2 for coverage builds
2 parents b545515 + a0a0d7e commit 03c9448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
name: Calculate coverage from tests
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: actions/checkout@v1
51+
- uses: actions/checkout@v2
5252
with:
5353
ref: "${{ github.event.inputs.rev }}"
5454
- name: Execute tarpaulin

0 commit comments

Comments
 (0)