Skip to content

Commit

Permalink
bump checkout to v4 in sync.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tombolton committed Sep 5, 2023
1 parent 321d3e0 commit d5d81f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr-checks/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def writeHeader(checkStream):
steps = [
{
'name': 'Check out repository',
'uses': 'actions/checkout@v3'
'uses': 'actions/checkout@v4'
},
{
'name': 'Prepare test',
Expand Down

0 comments on commit d5d81f4

Please sign in to comment.