File tree Expand file tree Collapse file tree 15 files changed +21
-21
lines changed Expand file tree Collapse file tree 15 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 2424 using : composite
2525 steps :
2626 - name : ' Checkout ${{ github.head_ref || github.ref }}'
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828
2929 - name : ' Setup .NET ${{ inputs.dotnet_sdk_version }}'
3030 uses : actions/setup-dotnet@v4
Original file line number Diff line number Diff line change 5050 using : " composite"
5151 steps :
5252 - name : ' Checkout ${{ github.head_ref || github.ref }}'
53- uses : actions/checkout@v4
53+ uses : actions/checkout@v5
5454
5555 - name : ' Setup .NET ${{ inputs.dotnet_sdk_version }}'
5656 uses : actions/setup-dotnet@v4
Original file line number Diff line number Diff line change 4444 steps :
4545
4646 - name : ' Checkout ${{ github.head_ref || github.ref }}'
47- uses : actions/checkout@v4
47+ uses : actions/checkout@v5
4848 with :
4949 fetch-depth : 0
5050
Original file line number Diff line number Diff line change 2222 using : composite
2323 steps :
2424 - name : ' Checkout ${{ github.head_ref || github.ref }}'
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626 - name : Dotnet Setup
2727 uses : actions/setup-dotnet@v4
2828 with :
Original file line number Diff line number Diff line change 2626 using : composite
2727 steps :
2828 - name : ' Checkout ${{ github.head_ref || github.ref }}'
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030 - name : Dotnet Setup
3131 uses : actions/setup-dotnet@v4
3232 with :
Original file line number Diff line number Diff line change 3838 exit 1
3939
4040 - name : ' Checkout ${{ github.head_ref || github.ref }}'
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v5
4242
4343 - name : Download package artifact
4444 uses : actions/download-artifact@v5
Original file line number Diff line number Diff line change 2525 using : " composite"
2626 steps :
2727 - name : ' Checkout ${{ github.head_ref || github.ref }}'
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929
3030 - name : Dotnet Setup
3131 uses : actions/setup-dotnet@v4
Original file line number Diff line number Diff line change 2525 using : composite
2626 steps :
2727 - name : ' Checkout ${{ github.head_ref || github.ref }}'
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929
3030 - name : ' Setup .NET ${{ inputs.dotnet_sdk_version }}'
3131 uses : actions/setup-dotnet@v4
Original file line number Diff line number Diff line change 5050 using : composite
5151 steps :
5252 - name : ' Checkout ${{ github.head_ref || github.ref }}'
53- uses : actions/checkout@v4
53+ uses : actions/checkout@v5
5454
5555 - name : ' Setup .NET ${{ inputs.dotnet_sdk_version }}'
5656 uses : actions/setup-dotnet@v4
Original file line number Diff line number Diff line change 1717 using : composite
1818 steps :
1919 - name : ' Checkout ${{ github.head_ref || github.ref }}'
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121
2222 - name : Writing ${{ inputs.file }} to step summary
2323 shell : bash
You can’t perform that action at this time.
0 commit comments