Use setup-python@v4

This commit is contained in:
Andrew Eisenberg 2023-11-02 07:49:59 -07:00
parent 9ef69a2c7a
commit 7c60ff7ad6
41 changed files with 41 additions and 41 deletions

View file

@ -76,7 +76,7 @@ for file in (this_dir / 'checks').glob('*.yml'):
steps = [
{
'name': 'Setup Python on MacOS',
'uses': 'actions/setup-python@v2',
'uses': 'actions/setup-python@v4',
# Ensure that this is serialized as a folded (`>`) string to preserve the readability
# of the generated workflow.
'if': FoldedScalarString(textwrap.dedent('''