Change deprecation comment to past tense by jeffwidman · Pull Request #723 · actions/setup-python (original) (raw)
Ran it in a codespace and committed the change.
However, even after that I do see this warning in the codespace:
@jeffwidman ➜ /workspaces/setup-python (patch-1) $ git add --patch warning: in the working copy of 'dist/cache-save/index.js', CRLF will be replaced by LF the next time Git touches it warning: in the working copy of 'dist/setup/index.js', CRLF will be replaced by LF the next time Git touches it No changes.
If those line ending changes need to be committed, then I suspect this repo needs to tweak the git config so that it works as expected in the default codespace for the repo.