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 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout sources
22- uses : actions/checkout@v6
22+ uses : actions/checkout@v7
2323 with :
2424 fetch-depth : 0
2525 - name : Setup .NET
4242 runs-on : ubuntu-latest
4343 steps :
4444 - name : Checkout sources
45- uses : actions/checkout@v6
45+ uses : actions/checkout@v7
4646 with :
4747 fetch-depth : 0
4848 - name : Setup .NET
Original file line number Diff line number Diff line change 2828 runs-on : ${{ matrix.os }}
2929
3030 steps :
31- - uses : actions/checkout@v6
31+ - uses : actions/checkout@v7
3232 with :
3333 fetch-depth : 0
3434 - uses : actions/setup-dotnet@v5
You can’t perform that action at this time.
0 commit comments