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@v4
17+ uses : actions/checkout@v5
1818 with :
1919 fetch-depth : 0
2020 - name : Setup .NET Core SDK
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout sources
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121 with :
2222 fetch-depth : 0
2323 - name : Setup .NET
@@ -40,12 +40,12 @@ jobs:
4040 runs-on : ubuntu-latest
4141 steps :
4242 - name : Checkout sources
43- uses : actions/checkout@v4
43+ uses : actions/checkout@v5
4444 with :
4545 fetch-depth : 0
4646 - name : Setup .NET
4747 uses : actions/setup-dotnet@v4
48- - uses : actions/download-artifact@v4
48+ - uses : actions/download-artifact@v5
4949 with :
5050 name : NuGet packages
5151 path : packages
Original file line number Diff line number Diff line change 1818 runs-on : ${{ matrix.os }}
1919
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 with :
2323 fetch-depth : 0
2424 - uses : actions/setup-dotnet@v4
You can’t perform that action at this time.
0 commit comments