Hey, Just wondering why `restore-keys` is defined as a multi line string, while yaml obviously supports sequences? https://github.com/actions/cache/blob/25e0c8faac42f323280d4d39373a00d402bd5e11/src/restore.ts#L23 Thanks!