bump checkout to v4 in sync.py
This commit is contained in:
parent
321d3e057d
commit
d5d81f40c6
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ for file in os.listdir('checks'):
|
||||||
steps = [
|
steps = [
|
||||||
{
|
{
|
||||||
'name': 'Check out repository',
|
'name': 'Check out repository',
|
||||||
'uses': 'actions/checkout@v3'
|
'uses': 'actions/checkout@v4'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'name': 'Prepare test',
|
'name': 'Prepare test',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue