From b3d5ca8064ec275f7a1d0b9640d28a57ab94090b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 08:28:58 +0000 Subject: [PATCH] Bump martincostello/update-dotnet-sdk (#715) Bumps [martincostello/update-dotnet-sdk](https://github.com/martincostello/update-dotnet-sdk) from 604d3e7ecb43e0fa335b469de5195c3a4a0eccce to 77069000782860656cb98939344674df70af6612. - [Release notes](https://github.com/martincostello/update-dotnet-sdk/releases) - [Commits](https://github.com/martincostello/update-dotnet-sdk/compare/604d3e7ecb43e0fa335b469de5195c3a4a0eccce...77069000782860656cb98939344674df70af6612) --- updated-dependencies: - dependency-name: martincostello/update-dotnet-sdk dependency-type: direct:production ... 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 bb99572f..3708ca16 100644 --- a/.github/workflows/update-dotnet-sdk.yml +++ b/.github/workflows/update-dotnet-sdk.yml @@ -224,7 +224,7 @@ jobs: # for the same release channel as the SDK specified in global.json. - name: Update .NET SDK id: update-dotnet-sdk - uses: martincostello/update-dotnet-sdk@604d3e7ecb43e0fa335b469de5195c3a4a0eccce # v3.1.1 + uses: martincostello/update-dotnet-sdk@77069000782860656cb98939344674df70af6612 # v3.1.1 with: branch-name: ${{ inputs.branch-name }} channel: ${{ inputs.channel }}