From 2af7cc655dafa0c6bb01f45edcef68c1c34fc224 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 15:08:14 +0000 Subject: [PATCH] Bump martincostello/update-dotnet-sdk from 3 to 5 Bumps [martincostello/update-dotnet-sdk](https://github.com/martincostello/update-dotnet-sdk) from 3 to 5. - [Release notes](https://github.com/martincostello/update-dotnet-sdk/releases) - [Commits](https://github.com/martincostello/update-dotnet-sdk/compare/v3...v5) --- updated-dependencies: - dependency-name: martincostello/update-dotnet-sdk dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update-dotnet-sdk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-dotnet-sdk.yml b/.github/workflows/update-dotnet-sdk.yml index 1364f22..edc3bad 100644 --- a/.github/workflows/update-dotnet-sdk.yml +++ b/.github/workflows/update-dotnet-sdk.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v4 with: ref: main - - uses: martincostello/update-dotnet-sdk@v3 + - uses: martincostello/update-dotnet-sdk@v5 with: quality: 'daily' repo-token: ${{ secrets.GITHUB_TOKEN }}