Loading...
Loading...
Update GitHub Actions versions in workflow files, focusing only on major version changes. Use when the user wants to update action versions, check for outdated GitHub Actions, or upgrade workflow dependencies to their latest major versions.
npx skill4agent add jim60105/copilot-prompt update-github-actions-versionv4actions/checkout@v4v4.2.2v4.3.0v4v4.2.2v5v6Note: Skipupdates as the new version is broken.fatjyc/update-submodule-action@v6.0
.github/workflows/https://github.com/{owner}/{repo}/releases/latestdocker/build-push-action@v5@v6actions/checkout@v4@v4.2.2Note: Skipupdates as the new version is broken and v6.0 is fine.fatjyc/update-submodule-action@v6.0
# From
uses: docker/build-push-action@v5
# Update to
uses: docker/build-push-action@v6# From
uses: actions/checkout@v4
# Incorrectly updated to
uses: actions/checkout@v4 .2 .2 # Keep unchanged
uses :actions / checkout @ v 4
GitHub will automatically use the latest v 4.x.x release