Skip to content

Commit 36110e7

Browse files
authored
Upgrade MS cert service (#5603)
1 parent 7dd078d commit 36110e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake-ctest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
run: |
138138
Invoke-WebRequest -Uri https://dist.nuget.org/win-x86-commandline/latest/nuget.exe -OutFile .\nuget.exe
139139
.\nuget.exe install Microsoft.Windows.SDK.BuildTools -Version 10.0.22621.3233 -x
140-
.\nuget.exe install Microsoft.Trusted.Signing.Client -Version 1.0.53 -x
140+
.\nuget.exe install Microsoft.Trusted.Signing.Client -Version 1.0.86 -x
141141
shell: pwsh
142142
if: ${{ needs.check-secret.outputs.sign-state == 'exists' }}
143143

@@ -708,7 +708,7 @@ jobs:
708708
run: |
709709
Invoke-WebRequest -Uri https://dist.nuget.org/win-x86-commandline/latest/nuget.exe -OutFile .\nuget.exe
710710
.\nuget.exe install Microsoft.Windows.SDK.BuildTools -Version 10.0.22621.3233 -x
711-
.\nuget.exe install Microsoft.Trusted.Signing.Client -Version 1.0.53 -x
711+
.\nuget.exe install Microsoft.Trusted.Signing.Client -Version 1.0.86 -x
712712
shell: pwsh
713713
if: ${{ needs.check-secret.outputs.sign-state == 'exists' }}
714714

0 commit comments

Comments
 (0)