File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v3
41+ uses : actions/checkout@v4
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1414 matrix :
1515 os : [ubuntu-latest, macos-latest, windows-latest]
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 - name : Setup .NET
1919 uses : actions/setup-dotnet@v3
2020 with :
3131 runs-on : ubuntu-latest
3232 needs : build
3333 steps :
34- - uses : actions/checkout@v3
34+ - uses : actions/checkout@v4
3535 - name : Setup .NET
3636 uses : actions/setup-dotnet@v3
3737 with :
6666 runs-on : ubuntu-latest
6767 needs : build
6868 steps :
69- - uses : actions/checkout@v3
69+ - uses : actions/checkout@v4
7070 - name : Setup .NET
7171 uses : actions/setup-dotnet@v3
7272 with :
You can’t perform that action at this time.
0 commit comments