Skip to content

Commit

Permalink
Bump actions/setup-dotnet from 1.8.0 to 1.8.1 (#1602)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v1.8.0...v1.8.1)

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

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] committed Jul 15, 2021
1 parent 88e42d7 commit da0bb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Expand Up @@ -8,7 +8,7 @@ jobs:

steps:
- uses: actions/checkout@v2.3.4
- uses: actions/setup-dotnet@v1.8.0
- uses: actions/setup-dotnet@v1.8.1
with:
dotnet-version: '3.1.201'

Expand Down

0 comments on commit da0bb9f

Please sign in to comment.