GitHub Actions: actions/checkout@master -> v1.1.0 to avoid unexpected failures

See https://github.com/actions/checkout/issues/84
This commit is contained in:
Vladimir Sitnikov 2019-12-03 21:11:20 +03:00
parent d3d7fdd916
commit fa78d4d021
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
name: 'Windows (JDK 13)'
runs-on: windows-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1.1.0
with:
fetch-depth: 50
- name: 'Set up JDK 13'
@ -31,7 +31,7 @@ jobs:
name: 'macOS (JDK 13)'
runs-on: macos-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1.1.0
with:
fetch-depth: 50
- name: 'Set up JDK 13'