chore: Use major version of actions

This commit is contained in:
CrazyMax 2020-11-06 21:26:05 +01:00
parent d0f90f55ae
commit 9c48726d5e
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
3 changed files with 6 additions and 6 deletions

View File

@ -28,7 +28,7 @@ jobs:
steps: steps:
- -
name: Checkout name: Checkout
uses: actions/checkout@v2.3.4 uses: actions/checkout@v2
with: with:
fetch-depth: 0 fetch-depth: 0
- -
@ -60,7 +60,7 @@ jobs:
steps: steps:
- -
name: Checkout name: Checkout
uses: actions/checkout@v2.3.4 uses: actions/checkout@v2
with: with:
fetch-depth: 0 fetch-depth: 0
- -
@ -92,7 +92,7 @@ jobs:
steps: steps:
- -
name: Checkout name: Checkout
uses: actions/checkout@v2.3.4 uses: actions/checkout@v2
with: with:
fetch-depth: 0 fetch-depth: 0
- -

View File

@ -14,7 +14,7 @@ jobs:
steps: steps:
- -
name: Checkout name: Checkout
uses: actions/checkout@v2.3.4 uses: actions/checkout@v2
- -
name: Install name: Install
run: yarn install run: yarn install

View File

@ -24,7 +24,7 @@ jobs:
steps: steps:
- -
name: Checkout name: Checkout
uses: actions/checkout@v2.3.4 uses: actions/checkout@v2
with: with:
fetch-depth: 0 fetch-depth: 0
- -
@ -35,7 +35,7 @@ jobs:
run: yarn run test run: yarn run test
- -
name: Upload coverage name: Upload coverage
uses: codecov/codecov-action@v1.0.14 uses: codecov/codecov-action@v1
if: success() if: success()
with: with:
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}