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 @@ -68,14 +68,14 @@ jobs:
68
68
with :
69
69
submodules : recursive
70
70
71
- # This is required to allow jonabc /setup-licensed to install licensed via Ruby gem.
71
+ # This is required to allow licensee /setup-licensed to install licensed via Ruby gem.
72
72
- name : Install Ruby
73
73
uses : ruby/setup-ruby@v1
74
74
with :
75
75
ruby-version : ruby # Install latest version
76
76
77
77
- name : Install licensed
78
- uses : jonabc /setup-licensed@v1
78
+ uses : licensee /setup-licensed@v1.3.2
79
79
with :
80
80
github_token : ${{ secrets.GITHUB_TOKEN }}
81
81
version : 3.x
@@ -127,14 +127,14 @@ jobs:
127
127
with :
128
128
submodules : recursive
129
129
130
- # This is required to allow jonabc /setup-licensed to install licensed via Ruby gem.
130
+ # This is required to allow licensee /setup-licensed to install licensed via Ruby gem.
131
131
- name : Install Ruby
132
132
uses : ruby/setup-ruby@v1
133
133
with :
134
134
ruby-version : ruby # Install latest version
135
135
136
136
- name : Install licensed
137
- uses : jonabc /setup-licensed@v1
137
+ uses : licensee /setup-licensed@v1.3.2
138
138
with :
139
139
github_token : ${{ secrets.GITHUB_TOKEN }}
140
140
version : 3.x
You can’t perform that action at this time.
0 commit comments