From 68300a9120c745ca0ff120e2940b63ef1ad2c725 Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Tue, 14 May 2024 19:30:29 +0100 Subject: [PATCH] Update SHA Update the action SHA to pick up changes from #877. --- .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 bdb4a75..dd5cc63 100644 --- a/.github/workflows/update-dotnet-sdk.yml +++ b/.github/workflows/update-dotnet-sdk.yml @@ -229,7 +229,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@caa37bca20d50c57dc0173d77f956751bb1a1d55 # v3.2.1 + uses: martincostello/update-dotnet-sdk@d100d3778b089af6aa7e49221f15f32d16337951 # v3.2.2 with: branch-name: ${{ inputs.branch-name }} channel: ${{ inputs.channel }}