Skip to content

Commit 8dafbef

Browse files
dependabot[bot]RehanSaeed
authored andcommitted
Bump actions/setup-dotnet from 1 to 1.8.0
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1 to 1.8.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v1...v1.8.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6599d87 commit 8dafbef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: git fetch --tags
3838
shell: pwsh
3939
- name: 'Install .NET Core SDK'
40-
uses: actions/setup-dotnet@v1
40+
uses: actions/setup-dotnet@v1.8.0
4141
- name: 'Dotnet Tool Restore'
4242
run: dotnet tool restore
4343
shell: pwsh

0 commit comments

Comments
 (0)