@@ -32,18 +32,18 @@ jobs:
3232 runs-on : ubuntu-latest
3333 steps :
3434 - name : Checkout Specification Repo
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v6
3636 with :
37- path : " FaceSDK-web-openapi"
37+ path : ' FaceSDK-web-openapi'
3838 ref : ${{ github.event.inputs.branch }}
3939
4040 - name : Checkout JS Client Repo
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v6
4242 with :
43- repository : " regulaforensics/FaceSDK-web-js-client"
43+ repository : ' regulaforensics/FaceSDK-web-js-client'
4444 token : ${{ secrets.REGULA_GITHUB_PUSH_TOKEN }}
45- path : " js-client"
46- ref : " develop"
45+ path : ' js-client'
46+ ref : ' develop'
4747
4848 - name : Update Model According To Specification
4949 working-directory : js-client
6464 fi
6565
6666 git add --all
67-
67+
6868 if ! git diff-index --quiet --cached HEAD; then
6969 git commit -m "Commit: ${{ needs.title.outputs.title }}" -a
7070 else
@@ -87,25 +87,25 @@ jobs:
8787 runs-on : ubuntu-latest
8888 steps :
8989 - name : Specify Java Version
90- uses : actions/setup-java@v4
90+ uses : actions/setup-java@v5
9191 with :
92- distribution : " zulu"
92+ distribution : ' zulu'
9393 java-version : 11
9494 java-package : jdk
9595
9696 - name : Checkout Specification Repo
97- uses : actions/checkout@v4
97+ uses : actions/checkout@v6
9898 with :
99- path : " FaceSDK-web-openapi"
99+ path : ' FaceSDK-web-openapi'
100100 ref : ${{ github.event.inputs.branch }}
101101
102102 - name : Checkout Java Client Repo
103- uses : actions/checkout@v4
103+ uses : actions/checkout@v6
104104 with :
105- repository : " regulaforensics/FaceSDK-web-java-client"
105+ repository : ' regulaforensics/FaceSDK-web-java-client'
106106 token : ${{ secrets.REGULA_GITHUB_PUSH_TOKEN }}
107- path : " java-client"
108- ref : " develop"
107+ path : ' java-client'
108+ ref : ' develop'
109109
110110 - name : Update Model According To Specification
111111 working-directory : java-client
@@ -125,7 +125,7 @@ jobs:
125125 fi
126126
127127 git add --all
128-
128+
129129 if ! git diff-index --quiet --cached HEAD; then
130130 git commit -m "Commit: ${{ needs.title.outputs.title }}" -a
131131 else
@@ -147,18 +147,18 @@ jobs:
147147 runs-on : ubuntu-latest
148148 steps :
149149 - name : Checkout Specification Repo
150- uses : actions/checkout@v4
150+ uses : actions/checkout@v6
151151 with :
152- path : " FaceSDK-web-openapi"
152+ path : ' FaceSDK-web-openapi'
153153 ref : ${{ github.event.inputs.branch }}
154154
155155 - name : Checkout Python Client Repo
156- uses : actions/checkout@v4
156+ uses : actions/checkout@v6
157157 with :
158- repository : " regulaforensics/FaceSDK-web-python-client"
158+ repository : ' regulaforensics/FaceSDK-web-python-client'
159159 token : ${{ secrets.REGULA_GITHUB_PUSH_TOKEN }}
160- path : " python-client"
161- ref : " develop"
160+ path : ' python-client'
161+ ref : ' develop'
162162
163163 - name : Update Model According To Specification
164164 working-directory : python-client
@@ -178,7 +178,7 @@ jobs:
178178 fi
179179
180180 git add --all
181-
181+
182182 if ! git diff-index --quiet --cached HEAD; then
183183 git commit -m "Commit: ${{ needs.title.outputs.title }}" -a
184184 else
@@ -200,23 +200,23 @@ jobs:
200200 runs-on : ubuntu-latest
201201 steps :
202202 - name : Specify Dotnet Version
203- uses : actions/setup-dotnet@v1
203+ uses : actions/setup-dotnet@v5
204204 with :
205- dotnet-version : " 3.1.x"
205+ dotnet-version : ' 3.1.x'
206206
207207 - name : Checkout Specification Repo
208- uses : actions/checkout@v4
208+ uses : actions/checkout@v6
209209 with :
210- path : " FaceSDK-web-openapi"
210+ path : ' FaceSDK-web-openapi'
211211 ref : ${{ github.event.inputs.branch }}
212212
213213 - name : Checkout C# Client Repo
214- uses : actions/checkout@v4
214+ uses : actions/checkout@v6
215215 with :
216- repository : " regulaforensics/FaceSDK-web-csharp-client"
216+ repository : ' regulaforensics/FaceSDK-web-csharp-client'
217217 token : ${{ secrets.REGULA_GITHUB_PUSH_TOKEN }}
218- path : " csharp-client"
219- ref : " develop"
218+ path : ' csharp-client'
219+ ref : ' develop'
220220
221221 - name : Update Model According To Specification
222222 working-directory : csharp-client
@@ -236,7 +236,7 @@ jobs:
236236 fi
237237
238238 git add --all
239-
239+
240240 if ! git diff-index --quiet --cached HEAD; then
241241 git commit -m "Commit: ${{ needs.title.outputs.title }}" -a
242242 else
0 commit comments