File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 build :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020 - name : Setup .NET SDK
2121 uses : actions/setup-dotnet@v1
2222 with :
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout source
17- uses : actions/checkout@v3
17+ uses : actions/checkout@v4
1818
1919 - name : Setup .NET SDK
2020 uses : actions/setup-dotnet@v3
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Checkout source
26- uses : actions/checkout@v3
26+ uses : actions/checkout@v4
2727 - name : Setup .NET SDK
2828 uses : actions/setup-dotnet@v1
2929 with :
Original file line number Diff line number Diff line change 1313 build :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717 - name : Check github.ref starts with 'refs/tags/'
1818 if : ${{ !startsWith(github.ref, 'refs/tags/') }}
1919 run : |
Original file line number Diff line number Diff line change 3939 runs-on : ${{ matrix.os }}
4040 steps :
4141 - name : Checkout source
42- uses : actions/checkout@v3
42+ uses : actions/checkout@v4
4343 - name : Setup .NET SDK
4444 uses : actions/setup-dotnet@v1
4545 with :
You can’t perform that action at this time.
0 commit comments