File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -70,14 +70,14 @@ jobs:
70
70
with :
71
71
submodules : recursive
72
72
73
- # This is required to allow jonabc /setup-licensed to install licensed via Ruby gem.
73
+ # This is required to allow licensee /setup-licensed to install licensed via Ruby gem.
74
74
- name : Install Ruby
75
75
uses : ruby/setup-ruby@v1
76
76
with :
77
77
ruby-version : ruby # Install latest version
78
78
79
79
- name : Install licensed
80
-
80
+ uses :
licensee /[email protected] .2
81
81
with :
82
82
github_token : ${{ secrets.GITHUB_TOKEN }}
83
83
version : 5.x
@@ -129,14 +129,14 @@ jobs:
129
129
with :
130
130
submodules : recursive
131
131
132
- # This is required to allow jonabc /setup-licensed to install licensed via Ruby gem.
132
+ # This is required to allow licensee /setup-licensed to install licensed via Ruby gem.
133
133
- name : Install Ruby
134
134
uses : ruby/setup-ruby@v1
135
135
with :
136
136
ruby-version : ruby # Install latest version
137
137
138
138
- name : Install licensed
139
- uses : jonabc /setup-licensed@v1
139
+ uses : licensee /setup-licensed@v1.3.2
140
140
with :
141
141
github_token : ${{ secrets.GITHUB_TOKEN }}
142
142
version : 3.x
You can’t perform that action at this time.
0 commit comments