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 unit-tests-linux :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 with :
1919 fetch-depth : 0
2020
3131 unit-tests-windows :
3232 runs-on : windows-latest
3333 steps :
34- - uses : actions/checkout@v3
34+ - uses : actions/checkout@v4
3535 with :
3636 fetch-depth : 0
3737
Original file line number Diff line number Diff line change 1717 OS : ${{ matrix.os }}
1818
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 with :
2222 fetch-depth : 0
2323
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 1818
1919 steps :
2020 - name : Check out code
21- uses : actions/checkout@v3
21+ uses : actions/checkout@v4
2222
2323 - name : Setup .NET Core 7.0
2424 uses : actions/setup-dotnet@v3
Original file line number Diff line number Diff line change 1919 ports :
2020 - 8013:8013
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323 with :
2424 fetch-depth : 0
2525
Original file line number Diff line number Diff line change 1717 token : ${{secrets.GITHUB_TOKEN}}
1818 default-branch : main
1919
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 if : ${{ steps.release.outputs.releases_created }}
2222 with :
2323 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments