From d0f1760bd5bf853753b068845fefcb4390684c15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 00:14:55 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 4 to 5 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-check.yml | 4 ++-- .github/workflows/push-check.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 77e893e..1848520 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -81,7 +81,7 @@ jobs: manifest-path: packages/rust/lsprotocol/Cargo.toml - name: Dotnet Tool Chain setup - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: '6.0.x' @@ -183,7 +183,7 @@ jobs: python-version: '3.x' - name: Dotnet Tool Chain setup - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: '6.0.x' diff --git a/.github/workflows/push-check.yml b/.github/workflows/push-check.yml index 1b82ae2..50f6bb7 100644 --- a/.github/workflows/push-check.yml +++ b/.github/workflows/push-check.yml @@ -86,7 +86,7 @@ jobs: manifest-path: packages/rust/lsprotocol/Cargo.toml - name: Dotnet Tool Chain setup - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: '6.0.x' @@ -168,7 +168,7 @@ jobs: python-version: '3.x' - name: Dotnet Tool Chain setup - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: '6.0.x'