Skip to content

Commit b16c408

Browse files
build(deps): bump actions/setup-dotnet from 1.8.0 to 1.8.1 (#16)
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 23fe6a9 commit b16c408

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
fetch-depth: 0
2424

2525
- name: Install .NET Core
26-
uses: actions/setup-dotnet@v1.8.0
26+
uses: actions/setup-dotnet@v1.8.1
2727
with:
2828
dotnet-version: 3.1.x
2929

3030
- name: Install .NET 5
31-
uses: actions/setup-dotnet@v1.8.0
31+
uses: actions/setup-dotnet@v1.8.1
3232
with:
3333
dotnet-version: 5.0.x
3434

0 commit comments

Comments
 (0)