Skip to content

Commit 6bf33c2

Browse files
Bump actions/setup-dotnet from 1.7.2 to 1.8.0
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1.7.2 to 1.8.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v1.7.2...v1.8.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent d1daf4b commit 6bf33c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ jobs:
4545
run: |
4646
git fetch --prune
4747
- name: 🔨 Use .NET Core 2.1 SDK
48-
uses: actions/setup-dotnet@v1.7.2
48+
uses: actions/setup-dotnet@v1.8.0
4949
with:
5050
dotnet-version: '2.1.x'
5151
- name: 🔨 Use .NET Core 3.1 SDK
52-
uses: actions/setup-dotnet@v1.7.2
52+
uses: actions/setup-dotnet@v1.8.0
5353
with:
5454
dotnet-version: '3.1.x'
5555
- name: 🔨 Use .NET Core 5.0 SDK
56-
uses: actions/setup-dotnet@v1.7.2
56+
uses: actions/setup-dotnet@v1.8.0
5757
with:
5858
dotnet-version: '5.0.x'
5959
- name: 🎁 dotnet tool restore

0 commit comments

Comments
 (0)