There is an updated pull request by classabbyamp against master on the void-packages repository https://github.com/classabbyamp/void-packages ci/safe-dir https://github.com/void-linux/void-packages/pull/39310 ci: update actions/checkout to v3 `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** A patch file from https://github.com/void-linux/void-packages/pull/39310.patch is attached