Skip to content

Commit

Permalink
build(deps): bump actions/setup-dotnet from 1.8.2 to 1.9.0 (#535)
Browse files Browse the repository at this point in the history
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](actions/setup-dotnet@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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2021
1 parent 590c67c commit 5ac9fb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@ jobs:
$process.WaitForExit()
- name: Install .NET Core
uses: actions/setup-dotnet@v1.8.2
uses: actions/setup-dotnet@v1.9.0
with:
dotnet-version: 3.1.x

- name: Install .NET 5
uses: actions/setup-dotnet@v1.8.2
uses: actions/setup-dotnet@v1.9.0
with:
dotnet-version: 5.0.x

- name: Install .NET 6
uses: actions/setup-dotnet@v1.8.2
uses: actions/setup-dotnet@v1.9.0
with:
dotnet-version: 6.0.x
include-prerelease: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ jobs:
$process.WaitForExit()
- name: Install .NET Core
uses: actions/setup-dotnet@v1.8.2
uses: actions/setup-dotnet@v1.9.0
with:
dotnet-version: 3.1.x

- name: Install .NET 5
uses: actions/setup-dotnet@v1.8.2
uses: actions/setup-dotnet@v1.9.0
with:
dotnet-version: 5.0.x

- name: Install .NET 6
uses: actions/setup-dotnet@v1.8.2
uses: actions/setup-dotnet@v1.9.0
with:
dotnet-version: 6.0.x
include-prerelease: true
Expand Down

0 comments on commit 5ac9fb9

Please sign in to comment.