:hammer_and_wrench: Updater of used GitHub Actions in workflow files
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).
brew install dawidd6/tap/actions-updater
gem install actions-updater
rake install
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