diff --git a/.github/workflows/update-dotnet-sdk.yml b/.github/workflows/update-dotnet-sdk.yml index c823d294..fd04f5d0 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@8765302da88e1a78c845125626f3726190908593 # v3.1.0 + uses: martincostello/update-dotnet-sdk@0d6aed948056ec70d1035537783d081394b6aec3 # v3.1.1 with: branch-name: ${{ inputs.branch-name }} channel: ${{ inputs.channel }}