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
This PR updates GitHub Actions versions in .github/aw/actions-lock.json to their latest compatible releases, and updates the corresponding workflow source files.
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 29314739490 -n agent -D /tmp/agent-29314739490
# Fetch the bundle into a temporary ref, then update the local branch
git fetch /tmp/agent-29314739490/aw-actions-update-2026-07-14.bundle refs/heads/actions/update-2026-07-14:refs/bundles/create-pr-actions-update-2026-07-14-d24561adb0abddd4-eef030b8
git update-ref refs/heads/actions/update-2026-07-14-d24561adb0abddd4 refs/bundles/create-pr-actions-update-2026-07-14-d24561adb0abddd4-eef030b8
git checkout actions/update-2026-07-14-d24561adb0abddd4
# 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-07-14-d24561adb0abddd4-eef030b8
# Push the branch to origin
git push origin actions/update-2026-07-14-d24561adb0abddd4
# Create the pull request
gh pr create --title '[actions] Update GitHub Actions versions - 2026-07-14' --base main --head actions/update-2026-07-14-d24561adb0abddd4 --repo github/gh-aw
GitHub Actions Updates - 2026-07-14
This PR updates GitHub Actions versions in
.github/aw/actions-lock.jsonto their latest compatible releases, and updates the corresponding workflow source files.📦 Actions Updated (12 total)
Actions Updated
actions/setup-java: v5.4.0 → v5.5.0actions/setup-node: v6.4.0 → v7.0.0astral-sh/setup-uv: v8.2.0 → v8.3.2denoland/setup-deno: v2.0.4 → v2.0.5docker/build-push-action: v7.2.0 → v7.3.0docker/login-action: v4.2.0 → v4.4.0docker/metadata-action: v6.1.0 → v6.2.0docker/setup-buildx-action: v4.1.0 → v4.2.0erlef/setup-beam: v1.24.0 → v1.24.1github/codeql-action/upload-sarif: v4.36.2 → v4.37.0github/stale-repos: v9.0.15 → v9.0.16ruby/setup-ruby: v1.314.0 → v1.317.0Summary
gh aw updateNotes
.lock.ymlfiles are excluded from this PR and will be regenerated during the next compilation.mdsource files updated to reflect new action versionsTesting
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.
Original error: The process '/usr/bin/git' failed with exit code 1
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: