File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v6
1515 - name : Setup NuGet
1616 uses : NuGet/setup-nuget@v2.0.1
1717 - name : Setup .NET
Original file line number Diff line number Diff line change 3939
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@v4
42+ uses : actions/checkout@v6
4343 - name : Setup NuGet
4444 uses : NuGet/setup-nuget@v2.0.1
4545 # Initializes the CodeQL tools for scanning.
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v6
2020 - name : Setup NuGet
2121 uses : NuGet/setup-nuget@v2.0.1
2222 - name : Setup .NET
Original file line number Diff line number Diff line change 1414 runs-on : windows-2019
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818 - name : Setup NuGet
1919 uses : NuGet/setup-nuget@v2.0.1
2020 - name : Install Java 17
You can’t perform that action at this time.
0 commit comments