Skip to content

Commit

Permalink
Bump actions/setup-dotnet from 1.9.0 to 1.9.1
Browse files Browse the repository at this point in the history
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v1.9.0...v1.9.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and RehanSaeed committed Feb 24, 2022
1 parent 578cb79 commit 15b6710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
lfs: true
fetch-depth: 0
- name: "Install .NET SDK 3.1 & 5.0"
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
dotnet-version: |
3.1.x
5.0.x
- name: "Install .NET Core SDK"
uses: actions/[email protected].0
uses: actions/[email protected].1
- name: "Dotnet Tool Restore"
run: dotnet tool restore
shell: pwsh
Expand Down

0 comments on commit 15b6710

Please sign in to comment.