Merge pull request #2132 from wabbajack-tools/dependabot/nuget/Octokit-4.0.1

Bump Octokit from 3.0.1 to 4.0.1
This commit is contained in:
Timothy Baldridge 2022-10-31 20:52:44 -06:00 committed by GitHub
commit a4e06548b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.2" />
<PackageReference Include="Octokit" Version="3.0.1" />
<PackageReference Include="Octokit" Version="4.0.1" />
</ItemGroup>
</Project>

View File

@ -13,7 +13,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.2" />
<PackageReference Include="Octokit" Version="3.0.1" />
<PackageReference Include="Octokit" Version="4.0.1" />
<PackageReference Include="YamlDotNet" Version="12.0.2" />
</ItemGroup>