### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/PowerShellGet) - [X] Search the existing issues. ### Steps to reproduce Update-PSResource -Name Microsoft.PowerShell.SecretStore -Repository PSGallery -Scope AllUsers -Force ### Expected behavior ```console Microsoft.PowerShell.SecretStore is not affected because it is already up to date. ``` ### Actual behavior ```console Microsoft.PowerShell.SecretStore is reinstalled, even though it is already up to date. ``` ### Error details ```console None ``` ### Environment data ```powershell None ``` ### Visuals _No response_