Use setup-python@v4
This commit is contained in:
parent
9ef69a2c7a
commit
7c60ff7ad6
41 changed files with 41 additions and 41 deletions
|
|
@ -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('''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue