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 }}