@@ -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 : " DocumentReader-web-openapi"
37+ path : ' DocumentReader-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/DocumentReader-web-js-client"
43+ repository : ' regulaforensics/DocumentReader-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 : " DocumentReader-web-openapi"
99+ path : ' DocumentReader-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/DocumentReader-web-java-client"
105+ repository : ' regulaforensics/DocumentReader-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
@@ -148,18 +148,18 @@ jobs:
148148 runs-on : ubuntu-latest
149149 steps :
150150 - name : Checkout Specification Repo
151- uses : actions/checkout@v4
151+ uses : actions/checkout@v6
152152 with :
153153 path : " DocumentReader-web-openapi"
154154 ref : ${{ github.event.inputs.branch }}
155155
156156 - name : Checkout Python Client Repo
157- uses : actions/checkout@v4
157+ uses : actions/checkout@v6
158158 with :
159- repository : " regulaforensics/DocumentReader-web-python-client"
159+ repository : ' regulaforensics/DocumentReader-web-python-client'
160160 token : ${{ secrets.REGULA_GITHUB_PUSH_TOKEN }}
161- path : " python-client"
162- ref : " develop"
161+ path : ' python-client'
162+ ref : ' develop'
163163
164164 - name : Update Model According To Specification
165165 working-directory : python-client
@@ -179,7 +179,7 @@ jobs:
179179 fi
180180
181181 git add --all
182-
182+
183183 if ! git diff-index --quiet --cached HEAD; then
184184 git commit -m "Commit: ${{ needs.title.outputs.title }}" -a
185185 else
@@ -202,18 +202,18 @@ jobs:
202202 runs-on : ubuntu-latest
203203 steps :
204204 - name : Checkout Specification Repo
205- uses : actions/checkout@v4
205+ uses : actions/checkout@v6
206206 with :
207- path : " DocumentReader-web-openapi"
207+ path : ' DocumentReader-web-openapi'
208208 ref : ${{ github.event.inputs.branch }}
209209
210210 - name : Checkout C# Client Repo
211- uses : actions/checkout@v4
211+ uses : actions/checkout@v6
212212 with :
213- repository : " regulaforensics/DocumentReader-web-csharp-client"
213+ repository : ' regulaforensics/DocumentReader-web-csharp-client'
214214 token : ${{ secrets.REGULA_GITHUB_PUSH_TOKEN }}
215- path : " csharp-client"
216- ref : " develop"
215+ path : ' csharp-client'
216+ ref : ' develop'
217217
218218 - name : Update Model According To Specification
219219 working-directory : csharp-client
@@ -233,7 +233,7 @@ jobs:
233233 fi
234234
235235 git add --all
236-
236+
237237 if ! git diff-index --quiet --cached HEAD; then
238238 git commit -m "Commit: ${{ needs.title.outputs.title }}" -a
239239 else
0 commit comments