File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2424 os : [ ubuntu-latest, windows-latest ]
2525
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828
2929 - name : Setup .NET 6.0 and .NET 8.0
3030 uses : actions/setup-dotnet@v4
Original file line number Diff line number Diff line change 2424 os : [ ubuntu-latest, windows-latest ]
2525
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828
2929 - name : Setup .NET 8.0
3030 uses : actions/setup-dotnet@v4
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 with :
2020 # We must fetch at least the immediate parents so that if this is
2121 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919
2020 # Set up .NET 8.0
2121 - name : Setup .NET
Original file line number Diff line number Diff line change 2828 release :
2929 runs-on : ubuntu-latest
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v5
3232 - name : Prepare the next main release
3333 uses : Adyen/release-automation-action@v1.3.1
3434 with :
Original file line number Diff line number Diff line change 1818 with :
1919 java-version : 17
2020 distribution : ' zulu'
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 with :
2323 fetch-depth : 0
2424 - name : Cache SonarQube Cloud packages
You can’t perform that action at this time.
0 commit comments