File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 fetch-depth : 0
2020
2121 - name : Setup .NET
22- uses : actions/setup-dotnet@v4
22+ uses : actions/setup-dotnet@v5
2323 with :
2424 dotnet-version : " 10.0.x"
2525
Original file line number Diff line number Diff line change 2525 with :
2626 fetch-depth : 0
2727
28- - uses : actions/setup-dotnet@v4
28+ - uses : actions/setup-dotnet@v5
2929 with :
3030 dotnet-version : ${{ env.DOTNET_VERSION }}
3131
Original file line number Diff line number Diff line change 2626 fetch-depth : 0
2727
2828 - name : Setup .NET SDKs
29- uses : actions/setup-dotnet@v4
29+ uses : actions/setup-dotnet@v5
3030 with :
3131 dotnet-version : |
3232 10.0.x
Original file line number Diff line number Diff line change 3434
3535 steps :
3636 - name : Checkout project repo (cookiecutter metadata only)
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v6
3838 with :
3939 repository : ${{ github.repository }}
4040 ref : ${{ inputs.repo_branch }}
Original file line number Diff line number Diff line change @@ -27,21 +27,21 @@ jobs:
2727 steps :
2828 - name : Checkout @ tested commit (preferred)
2929 if : ${{ inputs.sha != '' }}
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v6
3131 with :
3232 ref : ${{ inputs.sha }}
3333 fetch-depth : 0
3434
3535 - name : Checkout @ tested branch (fallback)
3636 if : ${{ inputs.sha == '' && inputs.branch != '' }}
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v6
3838 with :
3939 ref : ${{ inputs.branch }}
4040 fetch-depth : 0
4141
4242 - name : Checkout @ caller ref (last resort)
4343 if : ${{ inputs.sha == '' && inputs.branch == '' }}
44- uses : actions/checkout@v4
44+ uses : actions/checkout@v6
4545 with :
4646 fetch-depth : 0
4747
You can’t perform that action at this time.
0 commit comments