File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 if : true
1010 runs-on : windows-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v6
1313 - name : Setup .NET Core
1414 uses : actions/setup-dotnet@v4
1515 with :
2222 if : true
2323 runs-on : windows-latest
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v6
2626 - name : Setup .NET Core
2727 uses : actions/setup-dotnet@v4
2828 with :
3535 if : true
3636 runs-on : windows-latest
3737 steps :
38- - uses : actions/checkout@v4
38+ - uses : actions/checkout@v6
3939 - name : Setup .NET Core
4040 uses : actions/setup-dotnet@v4
4141 with :
Original file line number Diff line number Diff line change 88 clang-format-checking :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v6
1212 - uses : DoozyX/clang-format-lint-action@v0.20
1313 with :
1414 source : " ."
2020 dotnet-format-checking :
2121 runs-on : windows-latest
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v6
2424 - name : Setup .NET Core
2525 uses : actions/setup-dotnet@v4
2626 with :
You can’t perform that action at this time.
0 commit comments