Skip to content

Commit

Permalink
Bump actions/setup-dotnet from 1.8.2 to 1.9.0
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and RehanSaeed committed Nov 25, 2021
1 parent 9118b52 commit 08447ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
lfs: true
fetch-depth: 0
- name: "Install .NET Core 3.1 SDK"
uses: actions/setup-dotnet@v1.8.2
uses: actions/setup-dotnet@v1.9.0
with:
dotnet-version: "3.1.x"
- name: "Install .NET Core 5.0 SDK"
uses: actions/setup-dotnet@v1.8.2
uses: actions/setup-dotnet@v1.9.0
with:
dotnet-version: "5.0.x"
- name: "Install .NET Core SDK"
uses: actions/setup-dotnet@v1.8.2
uses: actions/setup-dotnet@v1.9.0
- name: "Dotnet Tool Restore"
run: dotnet tool restore
shell: pwsh
Expand Down

0 comments on commit 08447ef

Please sign in to comment.