Runnable

Compatibility reference

Does actions/checkout work on Runnable?

Yes, for v4 – v6. Runnable implements this action itself rather than delegating to GitHub Actions, so the answer is a specific contract rather than a general claim. A reference outside those versions is reported as runtime-dependent instead of fully compatible, because parity is only proven where it has been tested.

Inputs Runnable implements

repositoryreftokenpathcleanfetch-depthfetch-tagsshow-progresslfssubmodulesset-safe-directorypersist-credentialssparse-checkoutsparse-checkout-cone-modegithub-server-url

Any input not on this list is rejected during validation rather than silently ignored.

Inputs Runnable does not implement

filterssh-keyssh-known-hostsssh-strictssh-user

Using one of these fails the compatibility check with a named reason before anything runs.

Details worth knowing

Check the workflow you actually have

This page describes one action. The checker reads your whole file and tells you what would run, what would not, and what it would cost. No account is required, workflow source is never retained, and only a de-identified compatibility summary is stored to improve Runnable.

Check a workflow

Generated from Runnable's parity contract, which is the same source the compatibility checker enforces at validation time.