Skip to content

github-actions-updaterncu for GitHub Actions.

Scan .github/workflows for outdated references — and apply the bumps with one command.

Install

bash
# global
npm install -g github-actions-updater

# or with pnpm
pnpm add -g github-actions-updater

# or ephemeral
npx github-actions-updater

30-second demo

bash
# Scan and report
ghau

# Apply every available update
ghau -u

# Pick what to apply
ghau -i

# CI-friendly machine output
ghau --json

Released under the MIT License.