From bbd6a81d4885ccf8e2c81c39328755528fa586e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 10:52:53 +0000 Subject: [PATCH] Bump martincostello/update-dotnet-sdk from 3 to 6 Bumps [martincostello/update-dotnet-sdk](https://github.com/martincostello/update-dotnet-sdk) from 3 to 6. - [Release notes](https://github.com/martincostello/update-dotnet-sdk/releases) - [Commits](https://github.com/martincostello/update-dotnet-sdk/compare/v3...v6) --- updated-dependencies: - dependency-name: martincostello/update-dotnet-sdk dependency-version: '6' 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..b5ccda9 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@v6 with: quality: 'daily' repo-token: ${{ secrets.GITHUB_TOKEN }}