mirror of
https://github.com/actions/setup-python
synced 2025-04-05 14:59:42 +00:00
Change deprecation comment to past tense (#723)
This commit is contained in:
@ -124,7 +124,7 @@ async function run() {
|
||||
} else {
|
||||
if (version.startsWith('2')) {
|
||||
core.warning(
|
||||
'The support for python 2.7 will be removed on June 19. Related issue: https://github.com/actions/setup-python/issues/672'
|
||||
'The support for python 2.7 was removed on June 19, 2023. Related issue: https://github.com/actions/setup-python/issues/672'
|
||||
);
|
||||
}
|
||||
const installed = await finder.useCpythonVersion(
|
||||
|
Reference in New Issue
Block a user