|
|
@@ -21,14 +21,14 @@ jobs:
|
|
|
runs-on: windows-latest
|
|
|
steps:
|
|
|
- name: Checkout aspnetcore
|
|
|
- uses: actions/checkout@v2.0.0
|
|
|
+ uses: actions/checkout@v3
|
|
|
with:
|
|
|
# Test this script using changes in a fork
|
|
|
repository: 'dotnet/aspnetcore'
|
|
|
path: aspnetcore
|
|
|
ref: main
|
|
|
- name: Checkout runtime
|
|
|
- uses: actions/checkout@v2.0.0
|
|
|
+ uses: actions/checkout@v3
|
|
|
with:
|
|
|
# Test this script using changes in a fork
|
|
|
repository: 'dotnet/runtime'
|