Skip to content

Commit

Permalink
Bump Octokit from 2.0.1 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [Octokit](https://github.com/octokit/octokit.net) from 2.0.1 to 3.0.0.
- [Release notes](https://github.com/octokit/octokit.net/releases)
- [Changelog](https://github.com/octokit/octokit.net/blob/main/docs/releases.md)
- [Commits](octokit/octokit.net@v2.0.1...v3.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kzu committed Sep 28, 2022
1 parent b6cc777 commit 3c35d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Xunit.Vsix.Tests/Xunit.Vsix.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<PackageReference Include="IsExternalInit" Version="1.0.3" PrivateAssets="all" />
<PackageReference Include="NuGet.Versioning" Version="6.3.0" />
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.3.*" />
<PackageReference Include="Octokit" Version="2.0.1" />
<PackageReference Include="Octokit" Version="3.0.0" />
<PackageReference Include="ThisAssembly.Project" Version="1.0.9" />
</ItemGroup>

Expand Down

0 comments on commit 3c35d2d

Please sign in to comment.