Loading...
Loading...
This skill should be used when the user asks to "update GitHub Actions", "check for action updates", "upgrade workflow actions", "update actions to latest version", "replace dependabot for actions", "check for outdated actions", or wants to find outdated GitHub Actions in workflow files and update them to the latest release versions.
npx skill4agent add kaihendry/skills actions-updaterpackage-ecosystem: "github-actions"uses:uv run actions-updater/scripts/check_updates.py.github/workflows/*.yml*.yamluv run actions-updater/scripts/check_updates.py path/to/workflow.yamluses: owner/repo@versiongh release view --repo owner/repo./...docker://...@v3v4.2.1@v4@v3.1.0scripts/check_updates.pyghuv run scripts/check_updates.py # scans .github/workflows/
uv run scripts/check_updates.py path/to/ci.yaml # specific file(s)