From dced40bb7e5f8cf557bcb8ff952989b0667086be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 00:24:59 +0000 Subject: [PATCH] chore(deps): 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/ci.yml | 6 +++--- .github/workflows/fork-ci.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af64d758..d8c99fc6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: with: # lib/starling-regexp is a submodule; the build fails without it. submodules: recursive - - uses: actions/setup-dotnet@v4 + - uses: actions/setup-dotnet@v5 with: # global.json pins the exact SDK (currently the .NET 11 preview). # Install from it so CI always matches the repo's pinned SDK. @@ -85,7 +85,7 @@ jobs: # lib/starling-regexp is a submodule; dotnet format compiles, so the # build graph still needs the submodule sources present. submodules: recursive - - uses: actions/setup-dotnet@v4 + - uses: actions/setup-dotnet@v5 with: # Match the SDK pinned in global.json (the .NET 11 preview). global-json-file: global.json @@ -140,7 +140,7 @@ jobs: with: # lib/starling-regexp is a submodule; the build fails without it. submodules: recursive - - uses: actions/setup-dotnet@v4 + - uses: actions/setup-dotnet@v5 with: # Match the SDK pinned in global.json (the .NET 11 preview). global-json-file: global.json diff --git a/.github/workflows/fork-ci.yml b/.github/workflows/fork-ci.yml index 237c5812..844f7072 100644 --- a/.github/workflows/fork-ci.yml +++ b/.github/workflows/fork-ci.yml @@ -56,7 +56,7 @@ jobs: # gate above must include eyeballing .gitmodules changes, same as # any other PR file that influences the build. submodules: recursive - - uses: actions/setup-dotnet@v4 + - uses: actions/setup-dotnet@v5 with: # Match the SDK pinned in global.json (the .NET 11 preview). global-json-file: global.json