Skip to content

Commit abd91d9

Browse files
committed
2 parents 934d503 + 517be46 commit abd91d9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
architecture: arm64
3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v4.2.1
40+
uses: actions/checkout@v4.2.2
4141

4242
- name: Install .NET SDK
43-
uses: actions/setup-dotnet@v4.0.1
43+
uses: actions/setup-dotnet@v4.1.0
4444
with:
4545
dotnet-version: "7.0.x"
4646

src/UnifiedUpdatePlatform.Services.WindowsUpdate.Downloads/UnifiedUpdatePlatform.Services.WindowsUpdate.Downloads.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<IntermediateOutputPath>$(SolutionDir)intermediate\$(Platform)\$(Configuration)\UnifiedUpdatePlatform.Services.WindowsUpdate.Downloads\</IntermediateOutputPath>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="System.Text.Json" Version="8.0.4" />
9+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
1010
</ItemGroup>
1111
<ItemGroup>
1212
<ProjectReference Include="..\CompDB\UnifiedUpdatePlatform.Services.Composition.Database.csproj" />

0 commit comments

Comments
 (0)