From ed15dc58b17165948447007d0aaa059f231506d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 17:07:21 +0000 Subject: [PATCH] Bump martincostello/update-dotnet-sdk from 3.0.1 to 3.1.0 (#298) Bumps [martincostello/update-dotnet-sdk](https://github.com/martincostello/update-dotnet-sdk) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/martincostello/update-dotnet-sdk/releases) - [Commits](https://github.com/martincostello/update-dotnet-sdk/compare/d981b2d0c77ab96a46b79c58ee0e4e9f9adc624f...8765302da88e1a78c845125626f3726190908593) --- updated-dependencies: - dependency-name: martincostello/update-dotnet-sdk dependency-type: direct:production update-type: version-update:semver-minor ... 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 772bd48..bfc5fa4 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@d981b2d0c77ab96a46b79c58ee0e4e9f9adc624f # v3.0.1 + uses: martincostello/update-dotnet-sdk@8765302da88e1a78c845125626f3726190908593 # v3.1.0 with: labels: 'dependencies,.NET' repo-token: ${{ secrets.ACCESS_TOKEN }}