File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2020 access_token : ${{ github.token }}
2121
2222 - name : Use Node.js 13
23- uses : actions/setup-node@v2
23+ uses : actions/setup-node@v4
2424 with :
2525 node-version : 13
2626 cache : ' npm'
Original file line number Diff line number Diff line change @@ -637,6 +637,7 @@ message radio_reward_share {
637637}
638638
639639message radio_reward {
640+ option deprecated = true ;
640641 // Public key of the hotspot of the radio
641642 bytes hotspot_key = 1 ;
642643 // cbsd Id of the radio
@@ -829,7 +830,7 @@ message mobile_reward_share {
829830 uint64 end_period = 2 ;
830831 /// Reward allocation for this share
831832 oneof reward {
832- radio_reward radio_reward = 3 ;
833+ radio_reward radio_reward = 3 [ deprecated = true ] ;
833834 gateway_reward gateway_reward = 4 ;
834835 subscriber_reward subscriber_reward = 5 ;
835836 service_provider_reward service_provider_reward = 6 ;
You can’t perform that action at this time.
0 commit comments