Update actions/checkout action to v2 #7
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
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run './test/build.sh'
|
||||
run: ./test/build.sh
|
||||
|
|
Loading…
Reference in a new issue