Bump Octokit from 0.50.0 to 5.0.3

Bumps [Octokit](https://github.com/octokit/octokit.net) from 0.50.0 to 5.0.3.
- [Release notes](https://github.com/octokit/octokit.net/releases)
- [Changelog](https://github.com/octokit/octokit.net/blob/main/docs/releases.md)
- [Commits](https://github.com/octokit/octokit.net/compare/v0.50.0...v5.0.3)

---
updated-dependencies:
- dependency-name: Octokit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-07 03:00:04 +00:00 committed by GitHub
parent 1082b6b8cf
commit 0cc6f7ad75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
@ -34,7 +34,7 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="DarkUI.Net5" Version="1.0.0" /> <PackageReference Include="DarkUI.Net5" Version="1.0.0" />
<PackageReference Include="Octokit" Version="0.50.0" /> <PackageReference Include="Octokit" Version="5.0.3" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>