actions-up

Update GitHub Actions to latest versions with SHA pinning

brewmacoslinux
Try with needOr install directly
Source

About

Tool to update GitHub Actions to latest versions with SHA pinning

Commands

actions-up

Examples

Update all GitHub Actions in workflow files to latest versions$ actions-up
Update actions in a specific workflow file with SHA pinning$ actions-up .github/workflows/ci.yml
Update actions in all workflow files within a directory$ actions-up .github/workflows/