From cbee94882b38c4843c84c57371c478dd535af99c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Apr 2023 16:56:58 +0000 Subject: [PATCH] Bump martincostello/update-dotnet-sdk from 2.1.0 to 2.1.1 Bumps [martincostello/update-dotnet-sdk](https://github.com/martincostello/update-dotnet-sdk) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/martincostello/update-dotnet-sdk/releases) - [Commits](https://github.com/martincostello/update-dotnet-sdk/compare/8d99db1db36692f0d5c5bf3ef91fb654c2d4e298...593ff75f6495ce0cbbe6399ff0e3a9d0d94bae81) --- updated-dependencies: - dependency-name: martincostello/update-dotnet-sdk dependency-type: direct:production update-type: version-update:semver-patch ... 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 2aa8ec2ce2f..739b6cbf90f 100644 --- a/.github/workflows/update-dotnet-sdk.yml +++ b/.github/workflows/update-dotnet-sdk.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 - name: Update .NET SDK - uses: martincostello/update-dotnet-sdk@8d99db1db36692f0d5c5bf3ef91fb654c2d4e298 # v2.1.0 + uses: martincostello/update-dotnet-sdk@593ff75f6495ce0cbbe6399ff0e3a9d0d94bae81 # v2.1.1 with: labels: "dependencies,.NET" repo-token: ${{ secrets.GITHUB_TOKEN }}