What are the latest versions of various Github Actions?


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.

{%- for action in site.data.github_action_versions %} {%- endfor %}
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 }}

Date: 2024-03-06

Tags: git

Share: