From f969ce336ea008122a9497e1a7ac5bff905efca8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 06:33:38 +0000 Subject: [PATCH] Bump martincostello/update-dotnet-sdk/.github/workflows/update-dotnet-sdk.yml Bumps [martincostello/update-dotnet-sdk/.github/workflows/update-dotnet-sdk.yml](https://github.com/martincostello/update-dotnet-sdk) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/martincostello/update-dotnet-sdk/releases) - [Commits](https://github.com/martincostello/update-dotnet-sdk/compare/d4f29d2646a47463bc610beab7738ba512df9976...7f7b459c48652a0e24f154bbe6dc16a5c7409b1b) --- updated-dependencies: - dependency-name: martincostello/update-dotnet-sdk/.github/workflows/update-dotnet-sdk.yml dependency-version: 5.0.2 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 d0969c538..cb82911eb 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@d4f29d2646a47463bc610beab7738ba512df9976 # v5.0.1 + uses: martincostello/update-dotnet-sdk/.github/workflows/update-dotnet-sdk.yml@7f7b459c48652a0e24f154bbe6dc16a5c7409b1b # v5.0.2 permissions: contents: write pull-requests: write