Skip to content

Commit

Permalink
Upgrade to Octokit v8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDesmond-ca committed Oct 16, 2023
1 parent 4ea0108 commit 30557b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/GitHubLabelSync.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Octokit" Version="8.0.1"/>
<PackageReference Include="Octokit" Version="8.1.1"/>
<PackageReference Include="Spectre.Console.Cli" Version="0.47.0"/>
<None Include="../README.md" CopyToOutputDirectory="PreserveNewest" Pack="true" PackagePath="."/>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion test/Stubs/Repository.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace GitHubLabelSync.Tests.Stubs;
public class Repository : Octokit.Repository
{
public Repository(string name, bool archived = false)
: base(null, null, null, null, null, null, null, 0, null, null, name, null, false, null, null, null, false, false, 0, 0, null, 0, null, DateTimeOffset.Now, DateTimeOffset.Now, null, null, null, null, false, false, false, false, false, 0, 0, null, null, null, archived, 0, null, RepositoryVisibility.Public, Array.Empty<string>(), null, null, null)
: base(null, null, null, null, null, null, null, null, 0, null, null, name, null, false, null, null, null, false, false, 0, 0, null, 0, null, DateTimeOffset.Now, DateTimeOffset.Now, null, null, null, null, false, false, false, false, false, 0, 0, null, null, null, archived, 0, null, RepositoryVisibility.Public, Array.Empty<string>(), null, null, null)
{
}
}

0 comments on commit 30557b9

Please sign in to comment.