From 24e58a4a1ad70b76f8ecc79924ce24f8a49d5f14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 11:35:13 +0000 Subject: [PATCH] Bump martincostello/update-dotnet-sdk from 3.8.2 to 3.8.3 Bumps [martincostello/update-dotnet-sdk](https://github.com/martincostello/update-dotnet-sdk) from 3.8.2 to 3.8.3. - [Release notes](https://github.com/martincostello/update-dotnet-sdk/releases) - [Commits](https://github.com/martincostello/update-dotnet-sdk/compare/ee0555fe74ccf33a1d2f0a18e0acc0b190914d33...a56c6d7f553ce7cacfaae732159694894268742c) --- updated-dependencies: - dependency-name: martincostello/update-dotnet-sdk dependency-version: 3.8.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/update-dotnet-sdks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-dotnet-sdks.yml b/.github/workflows/update-dotnet-sdks.yml index 33c65e4ed..89df3ed04 100644 --- a/.github/workflows/update-dotnet-sdks.yml +++ b/.github/workflows/update-dotnet-sdks.yml @@ -19,7 +19,7 @@ permissions: {} jobs: update-sdk: name: Update .NET SDK - uses: martincostello/update-dotnet-sdk/.github/workflows/update-dotnet-sdk.yml@ee0555fe74ccf33a1d2f0a18e0acc0b190914d33 # v3.8.2 + uses: martincostello/update-dotnet-sdk/.github/workflows/update-dotnet-sdk.yml@a56c6d7f553ce7cacfaae732159694894268742c # v3.8.3 permissions: contents: write pull-requests: write