Skip to content

Commit bf16777

Browse files
Bump actions/setup-dotnet from v1.7.2 to v1.8.0 (#3)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from v1.7.2 to v1.8.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v1.7.2...a71d1eb) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6507ae8 commit bf16777

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
runs-on: ${{ matrix.job.os }}
3333
steps:
3434
- name: Setup netcoreapp3.1
35-
uses: actions/setup-dotnet@v1.7.2
35+
uses: actions/setup-dotnet@v1.8.0
3636
with:
3737
dotnet-version: "3.1.407"
3838
- name: Setup net5.0
39-
uses: actions/setup-dotnet@v1.7.2
39+
uses: actions/setup-dotnet@v1.8.0
4040
with:
4141
dotnet-version: "5.0.201"
4242
- name: Run dotnet --info

0 commit comments

Comments
 (0)