Update actions/checkout action to v2
This commit is contained in:
parent
f6e9214e65
commit
be937e072d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dotnet.yml
vendored
2
.github/workflows/dotnet.yml
vendored
|
@ -23,6 +23,6 @@ jobs:
|
||||||
name: ubuntu-latest
|
name: ubuntu-latest
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v2
|
||||||
- name: Run './test/build.sh'
|
- name: Run './test/build.sh'
|
||||||
run: ./test/build.sh
|
run: ./test/build.sh
|
||||||
|
|
Loading…
Reference in a new issue