File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout code
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222
2323 - name : Setup .NET
2424 uses : actions/setup-dotnet@v4
Original file line number Diff line number Diff line change 3434
3535 steps :
3636 - name : Checkout source for staging
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v5
3838 with :
3939 ref : ${{ github.event.client_payload.ref || github.ref }}
4040
Original file line number Diff line number Diff line change 4646 # via the 'ref' client parameter.
4747 steps :
4848 - name : Checkout source for staging
49- uses : actions/checkout@v4
49+ uses : actions/checkout@v5
5050 with :
5151 ref : ${{ github.event.client_payload.ref || github.ref }}
5252
@@ -108,7 +108,7 @@ jobs:
108108
109109 steps :
110110 - name : Checkout source for publish
111- uses : actions/checkout@v4
111+ uses : actions/checkout@v5
112112
113113 # Download the artifacts created by the stage_release job.
114114 - name : Download release candidates
You can’t perform that action at this time.
0 commit comments