actions-updater
A rather simple utility that checks if there are any updates for used Github Actions in specified workflow files (and optionally writes them back to files).
Installation
Homebrew
brew install dawidd6/tap/actions-updater
RubyGems
gem install actions-updater
Source
rake install
Usage
Check for available updates:
# print every used action:
actions-updater .github/workflows/*.yml
# print only if there are any updates:
actions-updater --newer .github/workflows/*.yml
Check for available updates and write to files:
actions-updater --write .github/workflows/*.yml