Skip to content

Commit e241d99

Browse files
committed
Update .NET SDK for GitHub Actions
1 parent b0ddf9b commit e241d99

2 files changed

Lines changed: 8 additions & 16 deletions

File tree

.github/workflows/docs.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,11 @@ jobs:
1414
build:
1515
runs-on: windows-latest
1616
steps:
17-
- uses: actions/checkout@v2
18-
- name: Setup .NET Core
19-
uses: actions/setup-dotnet@v1
17+
- uses: actions/checkout@v3
18+
- name: Setup .NET
19+
uses: actions/setup-dotnet@v3
2020
with:
21-
dotnet-version: 6.0.400
22-
- name: Setup .NET Core
23-
uses: actions/setup-dotnet@v1
24-
with:
25-
dotnet-version: 7.0.100-preview.6.22352.1
21+
dotnet-version: 7.0.100
2622
- name: Restore tools
2723
run: dotnet tool restore
2824
- name: Restore projects

.github/workflows/pr.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,11 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616

1717
steps:
18-
- uses: actions/checkout@v2
19-
- name: Setup .NET Core
20-
uses: actions/setup-dotnet@v1
18+
- uses: actions/checkout@v3
19+
- name: Setup .NET
20+
uses: actions/setup-dotnet@v3
2121
with:
22-
dotnet-version: 6.0.400
23-
- name: Setup .NET Core
24-
uses: actions/setup-dotnet@v1
25-
with:
26-
dotnet-version: 7.0.100-preview.6.22352.1
22+
dotnet-version: 7.0.100
2723
- name: Restore tools
2824
run: dotnet tool restore
2925
- name: Restore projects

0 commit comments

Comments
 (0)