Skip to content

Commit d5d81f4

Browse files
committed
bump checkout to v4 in sync.py
1 parent 321d3e0 commit d5d81f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pr-checks/sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def writeHeader(checkStream):
7070
steps = [
7171
{
7272
'name': 'Check out repository',
73-
'uses': 'actions/checkout@v3'
73+
'uses': 'actions/checkout@v4'
7474
},
7575
{
7676
'name': 'Prepare test',

0 commit comments

Comments
 (0)