Skip to content

Commit ab9516e

Browse files
authored
Update dependency Octokit to v7 (#335)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Octokit](https://togithub.com/octokit/octokit.net) | nuget | major | `6.2.1` -> `7.0.1` | --- ### Release Notes <details> <summary>octokit/octokit.net (Octokit)</summary> ### [`v7.0.1`](https://togithub.com/octokit/octokit.net/releases/tag/v7.0.1) #### What's Changed ##### Fixes - Fix ActionsSelfHostedRunnersClient Delete Calls by [@&#8203;lineville](https://togithub.com/lineville) in [https://github.com/octokit/octokit.net/pull/2740](https://togithub.com/octokit/octokit.net/pull/2740) ##### Dependencies - build(deps): bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/octokit/octokit.net/pull/2741](https://togithub.com/octokit/octokit.net/pull/2741) **Full Changelog**: octokit/octokit.net@v7.0.0...v7.0.1 ### [`v7.0.0`](https://togithub.com/octokit/octokit.net/releases/tag/v7.0.0) #### What's Changed ##### Breaking changes - Fix DeploymentStatus IDs Overflowing by [@&#8203;Cyberboss](https://togithub.com/Cyberboss) in [https://github.com/octokit/octokit.net/pull/2736](https://togithub.com/octokit/octokit.net/pull/2736) ##### Features - Add Waiting to WorkflowJobStatus by [@&#8203;vuryleo](https://togithub.com/vuryleo) in [https://github.com/octokit/octokit.net/pull/2732](https://togithub.com/octokit/octokit.net/pull/2732) #### New Contributors - [@&#8203;vuryleo](https://togithub.com/vuryleo) made their first contribution in [https://github.com/octokit/octokit.net/pull/2732](https://togithub.com/octokit/octokit.net/pull/2732) **Full Changelog**: octokit/octokit.net@v6.2.1...v7.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Fortunevale/ProjectMakoto). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDQuMiIsInVwZGF0ZWRJblZlciI6IjM1LjE0NC4yIiwidGFyZ2V0QnJhbmNoIjoiZGV2In0=-->
2 parents 88cc7af + fbf6328 commit ab9516e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ProjectMakoto/ProjectMakoto.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.6.0" />
5050
<PackageReference Include="Microsoft.CodeAnalysis.Scripting" Version="4.6.0" />
5151
<PackageReference Include="MySql.Data" Version="8.0.33" />
52-
<PackageReference Include="Octokit" Version="6.2.1" />
52+
<PackageReference Include="Octokit" Version="7.0.1" />
5353
<PackageReference Include="QuickChart" Version="2.3.0" />
5454
<PackageReference Include="System.Data.SQLite" Version="1.0.118" />
5555
<PackageReference Include="DisCatSharp.Analyzer.Roselyn" Version="5.4.0">

0 commit comments

Comments
 (0)