Skip to content

Commit

Permalink
deps: Update dependency Octokit to version 9.1.0
Browse files Browse the repository at this point in the history
Updates-dependency: Octokit
Updates-dependency-from-version: 9.0.0
Updates-dependency-to-version: 9.1.0
  • Loading branch information
renovate[bot] authored Jan 4, 2024
1 parent 80edbc7 commit 30eef9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<Compile Include="..\deps\Cake.GitHub\src\Cake.GitHub\**\*.cs"
Link="_External Code\Cake.GitHub\%(RecursiveDir)\%(FileName)%(Extension)"
Exclude="..\deps\Cake.GitHub\src\Cake.GitHub\Properties\**\*.cs"/>
<PackageReference Include="Octokit" Version="9.0.0" />
<PackageReference Include="Octokit" Version="9.1.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/SharedBuild/Grynwald.SharedBuild.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<Compile Include="..\..\deps\Cake.GitHub\src\Cake.GitHub\**\*.cs"
Link="_External Code\Cake.GitHub\%(RecursiveDir)\%(FileName)%(Extension)"
Exclude="..\..\deps\Cake.GitHub\src\Cake.GitHub\Properties\**\*.cs"/>
<PackageReference Include="Octokit" Version="9.0.0" />
<PackageReference Include="Octokit" Version="9.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 30eef9d

Please sign in to comment.