Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OmniSharp/csharp-language-server-protocol
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 172422094576b96570e2f0b5692ce7642f141d96
Choose a base ref
..
head repository: OmniSharp/csharp-language-server-protocol
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c3cffcdecc9d932b31b7de23c13159c6ce959705
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +2 −2 .github/workflows/ci.yml
  2. +1 −1 .github/workflows/sync-labels.yml
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -97,11 +97,11 @@ jobs:
restore-keys: |
${{ runner.os }}-nuget-
- name: 🔨 Use .NET Core 3.1 SDK
uses: actions/setup-dotnet@v2.1.1
uses: actions/setup-dotnet@v3.0.3
with:
dotnet-version: '3.1.x'
- name: 🔨 Use .NET Core 6.0 SDK
uses: actions/setup-dotnet@v2.1.1
uses: actions/setup-dotnet@v3.0.3
with:
dotnet-version: '6.0.x'
- name: 🎁 dotnet tool restore
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ jobs:

- name: Run Labeler
if: success()
uses: crazy-max/ghaction-github-labeler@v3.2.0
uses: crazy-max/ghaction-github-labeler@v4.1.0
with:
yaml-file: .github/labels.yml
skip-delete: false