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 18
18
19
19
steps :
20
20
- name : Checkout code
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@v5
22
22
23
23
- name : Setup .NET
24
24
uses : actions/setup-dotnet@v4
Original file line number Diff line number Diff line change 34
34
35
35
steps :
36
36
- name : Checkout source for staging
37
- uses : actions/checkout@v4
37
+ uses : actions/checkout@v5
38
38
with :
39
39
ref : ${{ github.event.client_payload.ref || github.ref }}
40
40
Original file line number Diff line number Diff line change 46
46
# via the 'ref' client parameter.
47
47
steps :
48
48
- name : Checkout source for staging
49
- uses : actions/checkout@v4
49
+ uses : actions/checkout@v5
50
50
with :
51
51
ref : ${{ github.event.client_payload.ref || github.ref }}
52
52
@@ -108,7 +108,7 @@ jobs:
108
108
109
109
steps :
110
110
- name : Checkout source for publish
111
- uses : actions/checkout@v4
111
+ uses : actions/checkout@v5
112
112
113
113
# Download the artifacts created by the stage_release job.
114
114
- name : Download release candidates
You can’t perform that action at this time.
0 commit comments