Type "Powershell" in the search on the taskbar, and use the "Run as administrator" to launch it. Then run this command
([System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI db).Bytes) -match 'Windows UEFI CA 2023')
And tell me if it returns True or False result.
If it is True, there's no need to update it. If it is false, then yes, it should be updated, but it is not something you typically do manually, and Microsoft's update should address that. Is there any reason you asked this, in case you have a specific context?