File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,14 +68,14 @@ jobs:
6868 with :
6969 submodules : recursive
7070
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.
7272 - name : Install Ruby
7373 uses : ruby/setup-ruby@v1
7474 with :
7575 ruby-version : ruby # Install latest version
7676
7777 - name : Install licensed
78- uses : github /setup-licensed@v1.3.1
78+ uses : licensee /setup-licensed@v1.3.2
7979 with :
8080 github_token : ${{ secrets.GITHUB_TOKEN }}
8181 version : 5.x
@@ -127,14 +127,14 @@ jobs:
127127 with :
128128 submodules : recursive
129129
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.
131131 - name : Install Ruby
132132 uses : ruby/setup-ruby@v1
133133 with :
134134 ruby-version : ruby # Install latest version
135135
136136 - name : Install licensed
137- uses : jonabc /setup-licensed@v1
137+ uses : licensee /setup-licensed@v1.3.2
138138 with :
139139 github_token : ${{ secrets.GITHUB_TOKEN }}
140140 version : 3.x
You can’t perform that action at this time.
0 commit comments