Compare commits

...

4 commits

Author SHA1 Message Date
Vincent Biret fa2fee8eca
Merge pull request #146 from microsoft/feature/zengin
- adds @zengin as a code owner
2021-11-26 13:20:14 -08:00
Vincent Biret 2b94eadbaf
Merge pull request #147 from microsoft/dependabot/github_actions/actions/setup-dotnet-1.9.0
Bump actions/setup-dotnet from 1.8.2 to 1.9.0
2021-11-24 11:30:27 -08:00
dependabot[bot] 2869799426
Bump actions/setup-dotnet from 1.8.2 to 1.9.0
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1.8.2 to 1.9.0.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](https://github.com/actions/setup-dotnet/compare/v1.8.2...v1.9.0)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-24 18:20:54 +00:00
Vincent Biret 9bc67eb77e
- adds @zengin as a code owner 2021-11-24 13:08:49 -05:00
2 changed files with 2 additions and 2 deletions

2
.github/CODEOWNERS vendored
View file

@ -1 +1 @@
* @xuzhg @irvinesunday @darrelmiller @peombwa
* @xuzhg @irvinesunday @darrelmiller @peombwa @zengin

View file

@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1.8.2
uses: actions/setup-dotnet@v1.9.0
with:
dotnet-version: 6.0.x