Skip to content

Commit da0bb9f

Browse files
Bump actions/setup-dotnet from 1.8.0 to 1.8.1 (#1602)
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>
1 parent 88e42d7 commit da0bb9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v2.3.4
11-
- uses: actions/setup-dotnet@v1.8.0
11+
- uses: actions/setup-dotnet@v1.8.1
1212
with:
1313
dotnet-version: '3.1.201'
1414

0 commit comments

Comments
 (0)