Update actions/checkout action to v3
This commit is contained in:
parent
be937e072d
commit
8a925a489c
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@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Run './test/build.sh'
|
||||
run: ./test/build.sh
|
||||
|
|
Loading…
Reference in a new issue