Every ref style
Tag refs (`@v4`), exact tags (`@v4.1.1`), SHA-pinned with version comments, branch refs, and `docker://` images — all handled.
Scan .github/workflows for outdated references — and apply the bumps with one command.
# global
npm install -g github-actions-updater
# or with pnpm
pnpm add -g github-actions-updater
# or ephemeral
npx github-actions-updater# Scan and report
ghau
# Apply every available update
ghau -u
# Pick what to apply
ghau -i
# CI-friendly machine output
ghau --json