There's a closed pull request on the void-packages repository ci: update actions/checkout to v3, simplify git finding logic https://github.com/void-linux/void-packages/pull/39310 Description: `actions/checkout@v3` adds a configuration option to set the checkout dir as a safe directory, a security feature added in git 2.35.2 ```yaml # Add repository path as safe.directory for Git global config by running `git # config --global --add safe.directory ` # Default: true set-safe-directory: '' ``` This is set to true by default so we shouldn't need to specify it. #### Testing the changes - I tested the changes in this PR: **YES**|**briefly**|**NO**