Skip to content

Commit

Permalink
Bump Octokit from 7.0.1 to 8.0.1
Browse files Browse the repository at this point in the history
Bumps [Octokit](https://github.com/octokit/octokit.net) from 7.0.1 to 8.0.1.
- [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@v7.0.1...v8.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>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 3d5ff11 commit 830b599
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion csharp/Platform.Bot/Platform.Bot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Octokit" Version="7.0.1" />
<PackageReference Include="Octokit" Version="8.0.1" />
<PackageReference Include="Platform.Communication.Protocol.Lino" Version="0.4.0" />
<PackageReference Include="Platform.Data.Doublets.Sequences" Version="0.1.1" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
Expand Down
2 changes: 1 addition & 1 deletion csharp/Storage/Storage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Octokit" Version="7.0.1" />
<PackageReference Include="Octokit" Version="8.0.1" />
<PackageReference Include="Octokit.GraphQL" Version="0.2.1-beta" />
<PackageReference Include="Platform.Data.Doublets.Sequences" Version="0.1.1" />
<PackageReference Include="Platform.Exceptions" Version="0.5.0" />
Expand Down

0 comments on commit 830b599

Please sign in to comment.