From ae3512aef9cf3737b6abcae215345867b5f8fd6d Mon Sep 17 00:00:00 2001 From: martincostello Date: Wed, 3 May 2023 10:09:35 +0100 Subject: [PATCH] Update action SHA Update SHA to include the changes from #442. --- .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 7bd6e26f..6bc97b1e 100644 --- a/.github/workflows/update-dotnet-sdk.yml +++ b/.github/workflows/update-dotnet-sdk.yml @@ -163,7 +163,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@bba9c5d796cf9e84046ae0cb42f7dd33bde568f3 # v2.1.4 + uses: martincostello/update-dotnet-sdk@c2b0eab1ae1000f7f9b7357c85f0957ce54e0a21 # v2.2.0 with: branch-name: ${{ inputs.branch-name }} channel: ${{ inputs.channel }}