/** * Strategy used when writing updated action references back to workflow files. */ export type UpdateStyle = 'preserve' | 'sha'