You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The patch file is available in the agent artifact in the workflow run linked above.
To create a pull request with the changes:
# Download the artifact from the workflow run
gh run download 25133773670 -n agent -D /tmp/agent-25133773670
# Create a new branch
git checkout -b actions-update-2026-04-29-8ccde19ed6acc6f9
# Apply the patch (--3way handles cross-repo patches where files may already exist)
git am --3way /tmp/agent-25133773670/aw-actions-update-2026-04-29.patch
# Push the branch to origin
git push origin actions-update-2026-04-29-8ccde19ed6acc6f9
# Create the pull request
gh pr create --title '[actions] Update GitHub Actions versions - 2026-04-29' --base main --head actions-update-2026-04-29-8ccde19ed6acc6f9 --repo github/gh-aw
GitHub Actions Updates - 2026-04-29
This PR updates GitHub Actions versions in
.github/aw/actions-lock.jsonand workflow source files to their latest compatible releases.📦 Actions Updated (full list)
Actions Updated
microsoft/apm-action@v1.4.2: removed stale lock entry (v1.5.0 entry retained)actions/checkout: v6 → v6.0.2 (visual-regression-checker)actions/setup-node: v6 → v6.4.0 (visual-regression-checker)Summary
gh aw updateNotes
.lock.ymlfiles are excluded from this PR and will be regenerated during the next compilationThis PR was automatically created by the Daily Workflow Updater workflow.
Note
This was originally intended as a pull request, but the git push operation failed.
Workflow Run: View run details and download patch artifact
The patch file is available in the
agentartifact in the workflow run linked above.To create a pull request with the changes:
Show patch (57 lines)