Skip to content

Commit

Permalink
Merge pull request fsharp#976 from nojaf/bump-sdk
Browse files Browse the repository at this point in the history
Update .NET SDK for GitHub Actions
  • Loading branch information
nojaf authored Nov 17, 2022
2 parents b0ddf9b + e241d99 commit 7b21cb6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,11 @@ jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.400
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.100-preview.6.22352.1
dotnet-version: 7.0.100
- name: Restore tools
run: dotnet tool restore
- name: Restore projects
Expand Down
12 changes: 4 additions & 8 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,11 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.400
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.100-preview.6.22352.1
dotnet-version: 7.0.100
- name: Restore tools
run: dotnet tool restore
- name: Restore projects
Expand Down

0 comments on commit 7b21cb6

Please sign in to comment.