Skip to content

Bump GitHub Actions to latest major versions - #319

Merged
mxschmitt merged 1 commit into
mainfrom
cursor/update-github-actions-8d6c
Sep 3, 2026
Merged

mxschmitt merged 1 commit into
mainfrom
cursor/update-github-actions-8d6c

Conversation

@mxschmitt

Copy link
Copy Markdown
Owner

Bump all GitHub Actions in .github/workflows/ to their latest major versions.

Action From To
actions/checkout v4 v7
actions/setup-node v4 v7
actions/upload-artifact v4 v7
docker/login-action v3 v4

Workflow inputs are unchanged. These majors are compatible with the existing pull_request / push triggers and GitHub-hosted ubuntu-latest / ubuntu-24.04 runners (Node 24 action runtime, runner ≥ 2.327.1).

jlumbroso/free-disk-space stays on @main. That action has no floating v1 tag (only v1.3.1), and its README still documents @main.

Notes

  • Checkout v7 only refuses fork checkouts for pull_request_target / workflow_run; this repo uses pull_request.
  • Upload-artifact v7 keeps zip archives by default (archive: true).
  • Login-action v4 is a Node 24 / ESM runtime bump with the same GHCR login inputs.
Open in Web Open in Cursor 

Update checkout, setup-node, and upload-artifact to v7, and
docker/login-action to v4. Workflow inputs are unchanged.

Co-authored-by: Max Schmitt <max@schmitt.mx>
@mxschmitt
mxschmitt marked this pull request as ready for review September 3, 2026 19:23
@mxschmitt
mxschmitt merged commit 5b77dec into main Sep 3, 2026
10 checks passed
@mxschmitt
mxschmitt deleted the cursor/update-github-actions-8d6c branch September 3, 2026 19:23
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 3, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-03T19:26:07.587585Z c9cc703 Draft marked ready
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants