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, along with the corresponding workflow source files.
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 23921555924 -n agent -D /tmp/agent-23921555924
# Create a new branch
git checkout -b actions/update-2026-04-02-793d2321c0583ebf
# Apply the patch (--3way handles cross-repo patches where files may already exist)
git am --3way /tmp/agent-23921555924/aw-actions-update-2026-04-02.patch
# Push the branch to origin
git push origin actions/update-2026-04-02-793d2321c0583ebf
# Create the pull request
gh pr create --title '[actions] Update GitHub Actions versions - 2026-04-02' --base main --head actions/update-2026-04-02-793d2321c0583ebf --repo github/gh-aw
GitHub Actions Updates - 2026-04-02
This PR updates GitHub Actions versions in
.github/aw/actions-lock.jsonto their latest compatible releases, along with the corresponding workflow source files.📦 Actions Updated (full list)
Actions Updated
actions/download-artifact: v4 → v8.0.1actions/upload-artifact: v4 → v7docker/login-action: v4 → v4.1.0github/gh-aw-actions/setup: v0.65.2 → v0.65.6github/stale-repos: v9.0.6 → v9.0.7super-linter/super-linter: v8.5.0 → v8.6.0Files Changed
.github/aw/actions-lock.json— updated action SHA pins.github/workflows/release.md—docker/login-actionv4 → v4.1.0.github/workflows/shared/apm.md—upload-artifactv4 → v7,download-artifactv4 → v8.0.1.github/workflows/stale-repo-identifier.md—stale-reposv9.0.6 → v9.0.7.github/workflows/super-linter.md—super-linterv8.5.0 → v8.6.0Summary
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 preview (164 of 164 lines)