Skip to content

Commit

Permalink
Bump Octokit from 8.0.1 to 8.1.1 (#398)
Browse files Browse the repository at this point in the history
* Bump Octokit from 8.0.1 to 8.1.1

Bumps [Octokit](https://github.com/octokit/octokit.net) from 8.0.1 to 8.1.1.
- [Release notes](https://github.com/octokit/octokit.net/releases)
- [Changelog](https://github.com/octokit/octokit.net/blob/main/docs/releases.md)
- [Commits](octokit/octokit.net@v8.0.1...v8.1.1)

---
updated-dependencies:
- dependency-name: Octokit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Oct 16, 2023
1 parent 8982ad3 commit e223901
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `BenchMarkDotNet` from 0.13.7 to 0.13.9
- Bumps `AWSSDK.Core` from 3.7.202.1 to 3.7.204.1
- Bumps `xunit.runner.visualstudio` from 2.5.0 to 2.5.3
- Bumps `Octokit` from 7.1.0 to 8.0.1
- Bumps `Octokit` from 7.1.0 to 8.1.1

## [1.5.0]
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion build/scripts/scripts.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />

<PackageReference Include="Octokit" Version="8.0.1" />
<PackageReference Include="Octokit" Version="8.1.1" />
<PackageReference Include="Proc" Version="0.6.2" />
</ItemGroup>
</Project>

0 comments on commit e223901

Please sign in to comment.