0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Updater of used Github Actions in workflow files
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
~> 13.0
~> 3.0

Runtime

~> 0.8
 Project Readme

actions-updater

Gem Bintray

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).

asciicast

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