Skip to content

Commit a0a0d7e

Browse files
ci/nightly: use actions/checkoutv2 for coverage builds
While the rest of the tests use actions/checkout@v2, coverage builds currently uses v1. * Use actions/checkout@v2 instead of actions/checkout@v1 Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
1 parent b545515 commit a0a0d7e

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)