File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 shell : cmd
111111
112112 - name : Setup MSBuild
113- uses : microsoft/setup-msbuild@v1.3.2
113+ uses : microsoft/setup-msbuild@v3
114114 with :
115115 vs-version : ' 16.11'
116116
@@ -144,7 +144,7 @@ jobs:
144144 path : ${{ env.BUILD_DIR }}\${{ env.BUILD_TYPE }}\omodsim.exe
145145
146146 - name : Signing Executable
147- uses : signpath/github-action-submit-signing-request@v1
147+ uses : signpath/github-action-submit-signing-request@v2
148148 if : success() && env.SIGNING_POLICY_SLUG != 'none'
149149 with :
150150 api-token : ' ${{ secrets.SIGNPATH_API_TOKEN }}'
@@ -204,7 +204,7 @@ jobs:
204204 path : qt5-omodsim-${{ env.APP_VERSION }}_${{ env.ARCH }}.exe
205205
206206 - name : Signing Installer
207- uses : signpath/github-action-submit-signing-request@v1
207+ uses : signpath/github-action-submit-signing-request@v2
208208 if : success() && env.SIGNING_POLICY_SLUG != 'none'
209209 with :
210210 api-token : ' ${{ secrets.SIGNPATH_API_TOKEN }}'
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 shell : cmd
110110
111111 - name : Setup MSBuild
112- uses : microsoft/setup-msbuild@v1.3.2
112+ uses : microsoft/setup-msbuild@v3
113113 with :
114114 vs-version : ' 16.11'
115115
@@ -143,7 +143,7 @@ jobs:
143143 path : ${{ env.BUILD_DIR }}\${{ env.BUILD_TYPE }}\omodsim.exe
144144
145145 - name : Signing Executable
146- uses : signpath/github-action-submit-signing-request@v1
146+ uses : signpath/github-action-submit-signing-request@v2
147147 if : success() && env.SIGNING_POLICY_SLUG != 'none'
148148 with :
149149 api-token : ' ${{ secrets.SIGNPATH_API_TOKEN }}'
@@ -203,7 +203,7 @@ jobs:
203203 path : qt5-omodsim-${{ env.APP_VERSION }}_${{ env.CMAKE_ARCH }}.exe
204204
205205 - name : Signing Installer
206- uses : signpath/github-action-submit-signing-request@v1
206+ uses : signpath/github-action-submit-signing-request@v2
207207 if : success() && env.SIGNING_POLICY_SLUG != 'none'
208208 with :
209209 api-token : ' ${{ secrets.SIGNPATH_API_TOKEN }}'
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ jobs:
138138 path : ${{ env.BUILD_DIR }}\${{ env.BUILD_TYPE }}\omodsim.exe
139139
140140 - name : Signing Executable
141- uses : signpath/github-action-submit-signing-request@v1
141+ uses : signpath/github-action-submit-signing-request@v2
142142 if : success() && env.SIGNING_POLICY_SLUG != 'none'
143143 with :
144144 api-token : ' ${{ secrets.SIGNPATH_API_TOKEN }}'
@@ -208,7 +208,7 @@ jobs:
208208 path : qt6-omodsim-${{ env.APP_VERSION }}_${{ env.CMAKE_ARCH }}.exe
209209
210210 - name : Signing Installer
211- uses : signpath/github-action-submit-signing-request@v1
211+ uses : signpath/github-action-submit-signing-request@v2
212212 if : success() && env.SIGNING_POLICY_SLUG != 'none'
213213 with :
214214 api-token : ' ${{ secrets.SIGNPATH_API_TOKEN }}'
You can’t perform that action at this time.
0 commit comments