Github Actions are great, but the versions of steps can be a pain to keep up to date.
Github warns you when one is out of date. This is just a quick list with the latest version of each step that I use so I don't have to hunt around to figure it out.
| Step | Latest Version | Notes |
|---|---|---|
| {{action.name}} | {%- assign namelen = action.name | split: "/" | size %} {%- if namelen == 3 -%} {{action.version}} {%- else -%} {{action.version}} {%- endif -%} | {{action.notes | markdownify | replace: " ", "" | replace: " ", "" | strip_newlines }} |