[PR #411] Add GHACU to "GitHub Tools and Management" section #1097

Closed
opened 2026-04-15 04:13:52 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/sdras/awesome-actions/pull/411

State: closed
Merged: Yes


GitHub Actions Check Updates (GHACU) is a tool that helps you to keep versions of configured GitHub Actions up-to-date. Here is how it looks like in action:

PS C:\Projects\linguist-action> ghacu
> Dockerfile Lint (.github\workflows\dockerfile-lint.yml)
actions/checkout               v2.0.0  »  v2.1.0
burdzwastaken/hadolint-action  master  »   1.1.0

> Shell Lint (.github\workflows\shell-lint.yml)
actions/checkout                v1  »  v2.1.0
bewuethr/shellcheck-action  v2.0.1  »  v2.0.2

> YAML Lint (.github\workflows\yaml-lint.yml)
ibiqlik/action-yamllint  v0.0.2  »  v1.0.0

Run ghacu -u to upgrade actions.

More details here.

**Original Pull Request:** https://github.com/sdras/awesome-actions/pull/411 **State:** closed **Merged:** Yes --- _GitHub Actions Check Updates (GHACU)_ is a tool that helps you to keep versions of configured GitHub Actions up-to-date. Here is how it looks like in action: ```console PS C:\Projects\linguist-action> ghacu > Dockerfile Lint (.github\workflows\dockerfile-lint.yml) actions/checkout v2.0.0 » v2.1.0 burdzwastaken/hadolint-action master » 1.1.0 > Shell Lint (.github\workflows\shell-lint.yml) actions/checkout v1 » v2.1.0 bewuethr/shellcheck-action v2.0.1 » v2.0.2 > YAML Lint (.github\workflows\yaml-lint.yml) ibiqlik/action-yamllint v0.0.2 » v1.0.0 Run ghacu -u to upgrade actions. ``` More details [here](https://dev.to/fabasoad/introducing-github-actions-check-updates-42ad).
GiteaMirror added the pull-request label 2026-04-15 04:13:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-actions#1097