Skip to content

Instantly share code, notes, and snippets.

@tbobm
Created August 17, 2023 08:49
Show Gist options
  • Save tbobm/84dea6adc38386c02469e660dd9a4b5d to your computer and use it in GitHub Desktop.
Save tbobm/84dea6adc38386c02469e660dd9a4b5d to your computer and use it in GitHub Desktop.
Retrieve the latest releases for a repository - easily lookup latest major versions for a github actions
gh releases list -R owner/repository
# example: gh releases list -R actions/checkout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment