bump checkout to v4 in sync.py

This commit is contained in:
tombolton 2023-09-05 13:54:16 +01:00
parent 321d3e057d
commit d5d81f40c6

View file

@ -70,7 +70,7 @@ for file in os.listdir('checks'):
steps = [
{
'name': 'Check out repository',
'uses': 'actions/checkout@v3'
'uses': 'actions/checkout@v4'
},
{
'name': 'Prepare test',