From 5806011b9afa84c047f77b18574e95c270f285af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 05:27:27 +0000 Subject: [PATCH] Bump martincostello/update-dotnet-sdk from 3.4.0 to 3.4.1 (#477) Bumps [martincostello/update-dotnet-sdk](https://github.com/martincostello/update-dotnet-sdk) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/martincostello/update-dotnet-sdk/releases) - [Commits](https://github.com/martincostello/update-dotnet-sdk/compare/76e2c0df2303d4f6a404228105ebb7d60ace0556...758e92b362c4164925583874878423a794cce239) --- updated-dependencies: - dependency-name: martincostello/update-dotnet-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 f28a117..11f3929 100644 --- a/.github/workflows/update-dotnet-sdk.yml +++ b/.github/workflows/update-dotnet-sdk.yml @@ -26,7 +26,7 @@ jobs: - name: Update .NET SDK id: update-dotnet-sdk - uses: martincostello/update-dotnet-sdk@76e2c0df2303d4f6a404228105ebb7d60ace0556 # v3.4.0 + uses: martincostello/update-dotnet-sdk@758e92b362c4164925583874878423a794cce239 # v3.4.1 with: labels: 'dependencies,.NET' repo-token: ${{ secrets.ACCESS_TOKEN }}