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 bundle 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 27461126080 -n agent -D /tmp/agent-27461126080
# Fetch the bundle into a temporary ref, then update the local branch
git fetch /tmp/agent-27461126080/aw-actions-update-2026-06-13.bundle refs/heads/actions/update-2026-06-13:refs/bundles/create-pr-actions-update-2026-06-13-1df0cfa11d5bfc4f-d842bfe3
git update-ref refs/heads/actions/update-2026-06-13-1df0cfa11d5bfc4f refs/bundles/create-pr-actions-update-2026-06-13-1df0cfa11d5bfc4f-d842bfe3
git checkout actions/update-2026-06-13-1df0cfa11d5bfc4f
# Ensure the working tree matches the updated branch
git reset --hard
# Remove the temporary bundle ref
git update-ref -d refs/bundles/create-pr-actions-update-2026-06-13-1df0cfa11d5bfc4f-d842bfe3
# Push the branch to origin
git push origin actions/update-2026-06-13-1df0cfa11d5bfc4f
# Create the pull request
gh pr create --title '[actions] Update GitHub Actions versions - 2026-06-13' --base main --head actions/update-2026-06-13-1df0cfa11d5bfc4f --repo github/gh-aw
GitHub Actions Updates - 2026-06-13
This PR updates GitHub Actions versions in
.github/aw/actions-lock.jsonto their latest compatible releases, and pulls in workflow source updates.📦 Actions Updated (full list)
Actions Updated
github/gh-aw/actions/setup-cli: v0.78.3 → v0.79.8microsoft/apm-action: v1.9.1 (SHA updated)ruby/setup-ruby: v1.310.0 → v1.313.0Workflows Updated from Source
ci-doctor— refreshed from upstream sourcedaily-team-status— refreshed from upstream sourcedependabot-repair— refreshed from upstream sourceSummary
gh aw updateNotes
.lock.ymlfiles are excluded from this PR and will be regenerated during the next compilationTesting
The updated actions will be automatically used in workflow compilations. No manual testing required.
This 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 bundle artifact
The bundle file is available in the
agentartifact in the workflow run linked above.To create a pull request with the changes: