Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #289 from funkysi1701/renovate/octokit-4.x
Browse files Browse the repository at this point in the history
Update dependency Octokit to v4.0.2
  • Loading branch information
funkysi1701 authored Nov 25, 2022
2 parents d1f6782 + ee16452 commit a577ff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Blog.Func/Blog.Func.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.1.3" />
<PackageReference Include="Octokit" Version="4.0.1" />
<PackageReference Include="Octokit" Version="4.0.2" />
<PackageReference Include="System.Net.Http.Json" Version="7.0.0" />
<PackageReference Include="TweetinviAPI" Version="5.0.4" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Blog.TimerFunction/Blog.TimerFunction.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.1.3" />
<PackageReference Include="Octokit" Version="4.0.1" />
<PackageReference Include="Octokit" Version="4.0.2" />
<PackageReference Include="System.Net.Http.Json" Version="7.0.0" />
<PackageReference Include="TweetinviAPI" Version="5.0.4" />
</ItemGroup>
Expand Down

0 comments on commit a577ff8

Please sign in to comment.