Merge pull request #2582 from jreidinger/ci_checkout_v2

update version of gh actions checkout action to speed up ci and codec…
This commit is contained in:
Stephan Kulow 2021-06-30 08:17:12 +02:00 committed by GitHub
commit a3151f0b4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Setup path
run: sed -i -e "s,../..:,$PWD:," dist/ci/docker-compose.yml
@ -27,7 +27,7 @@ jobs:
run: docker-compose -f dist/ci/docker-compose.yml run test
- name: Submit coverage report to Codecov
uses: codecov/codecov-action@v1.0.12
uses: codecov/codecov-action@v1.5.2
with:
fail_ci_if_error: true