From 48f1ee0c6f6dacb4b38ea58b78451e57e56e7080 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 00:08:42 +0000 Subject: [PATCH] dependabot(deps): bump actions/setup-dotnet from 3 to 5 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3 to 5. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v3...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/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9acd14a8..4a6d764d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,7 +65,7 @@ jobs: echo "Is Preview: $STRAVAIG_IS_PREVIEW" echo "Is Stable: $STRAVAIG_IS_STABLE" - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v5 name: Setup .NET 8, 9 and 10.0 with: dotnet-version: |