Bump Octokit from 3.0.1 to 4.0.1

Bumps [Octokit](https://github.com/octokit/octokit.net) from 3.0.1 to 4.0.1.
- [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/v3.0.1...v4.0.1)

---
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] 2022-10-25 03:30:52 +00:00 committed by GitHub
parent 3c5525f1b3
commit b8881b3141
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>