File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v6
17+ uses : actions/checkout@v7
1818 with :
1919 fetch-depth : 0
2020 - name : Setup .NET Core SDK
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout sources
21- uses : actions/checkout@v6
21+ uses : actions/checkout@v7
2222 with :
2323 fetch-depth : 0
2424 - name : Setup .NET
3939 runs-on : ubuntu-latest
4040 steps :
4141 - name : Checkout sources
42- uses : actions/checkout@v6
42+ uses : actions/checkout@v7
4343 with :
4444 fetch-depth : 0
4545 - name : Setup .NET
Original file line number Diff line number Diff line change 1818 runs-on : ${{ matrix.os }}
1919
2020 steps :
21- - uses : actions/checkout@v6
21+ - uses : actions/checkout@v7
2222 with :
2323 fetch-depth : 0
2424 - uses : actions/setup-dotnet@v5
You can’t perform that action at this time.
0 commit comments