Skip to content

Commit

Permalink
deps: Update dependency Octokit to version 4
Browse files Browse the repository at this point in the history
Updates-dependency: Octokit
Updates-dependency-from-version: 3.0.1
Updates-dependency-to-version: 4.0.0
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Pull-Request: #51
  • Loading branch information
renovate[bot] authored Oct 12, 2022
1 parent be395fd commit b62f1f2
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion build/Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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="3.0.1" />
<PackageReference Include="Octokit" Version="4.0.0" />
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions build/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
},
"Octokit": {
"type": "Direct",
"requested": "[3.0.1, )",
"resolved": "3.0.1",
"contentHash": "YMlCfdajpmU+Ar+3SH0MThU1OCi0h9ovtCJTEQEGRJZyLdiL/DCFLhhNr7jsIFPANFogEXEAy1iZLfOC3UxZow=="
"requested": "[4.0.0, )",
"resolved": "4.0.0",
"contentHash": "e9f7M4rmhoezkGrNLlt/RjX5IeCOh8quW0e4H4YGG2QBK7Z6MVnUr094NNu3LstVZtB08ddLIWTQYZNpEsA9ZQ=="
},
"Autofac": {
"type": "Transitive",
Expand Down
12 changes: 6 additions & 6 deletions src/SharedBuild.Test/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,8 @@
},
"Octokit": {
"type": "Transitive",
"resolved": "3.0.1",
"contentHash": "YMlCfdajpmU+Ar+3SH0MThU1OCi0h9ovtCJTEQEGRJZyLdiL/DCFLhhNr7jsIFPANFogEXEAy1iZLfOC3UxZow=="
"resolved": "4.0.0",
"contentHash": "e9f7M4rmhoezkGrNLlt/RjX5IeCOh8quW0e4H4YGG2QBK7Z6MVnUr094NNu3LstVZtB08ddLIWTQYZNpEsA9ZQ=="
},
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": {
"type": "Transitive",
Expand Down Expand Up @@ -1272,10 +1272,10 @@
"grynwald.sharedbuild": {
"type": "Project",
"dependencies": {
"Cake.Frosting": "2.2.0",
"Cake.GitVersioning": "3.5.113",
"Mono.Cecil": "0.11.4",
"Octokit": "3.0.1"
"Cake.Frosting": "[2.2.0, )",
"Cake.GitVersioning": "[3.5.113, )",
"Mono.Cecil": "[0.11.4, )",
"Octokit": "[4.0.0, )"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/SharedBuild/Grynwald.SharedBuild.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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="3.0.1" />
<PackageReference Include="Octokit" Version="4.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/SharedBuild/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
},
"Octokit": {
"type": "Direct",
"requested": "[3.0.1, )",
"resolved": "3.0.1",
"contentHash": "YMlCfdajpmU+Ar+3SH0MThU1OCi0h9ovtCJTEQEGRJZyLdiL/DCFLhhNr7jsIFPANFogEXEAy1iZLfOC3UxZow=="
"requested": "[4.0.0, )",
"resolved": "4.0.0",
"contentHash": "e9f7M4rmhoezkGrNLlt/RjX5IeCOh8quW0e4H4YGG2QBK7Z6MVnUr094NNu3LstVZtB08ddLIWTQYZNpEsA9ZQ=="
},
"Autofac": {
"type": "Transitive",
Expand Down

0 comments on commit b62f1f2

Please sign in to comment.