Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bump checkout to v4 in sync.py
  • Loading branch information
TomBolton committed Sep 5, 2023
commit d5d81f40c6c2ccb71674da1612b9af7d91a7d759
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