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 @@ -70,14 +70,14 @@ jobs:
7070 with :
7171 submodules : recursive
7272
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.
7474 - name : Install Ruby
7575 uses : ruby/setup-ruby@v1
7676 with :
7777 ruby-version : ruby # Install latest version
7878
7979 - name : Install licensed
80- uses : github /setup-licensed@v1.3.1
80+ uses : licensee /setup-licensed@v1.3.2
8181 with :
8282 github_token : ${{ secrets.GITHUB_TOKEN }}
8383 version : 5.x
@@ -129,14 +129,14 @@ jobs:
129129 with :
130130 submodules : recursive
131131
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.
133133 - name : Install Ruby
134134 uses : ruby/setup-ruby@v1
135135 with :
136136 ruby-version : ruby # Install latest version
137137
138138 - name : Install licensed
139- uses : jonabc /setup-licensed@v1
139+ uses : licensee /setup-licensed@v1.3.2
140140 with :
141141 github_token : ${{ secrets.GITHUB_TOKEN }}
142142 version : 3.x
You can’t perform that action at this time.
0 commit comments