Skip to content

ci: upgrade workflow actions to Node 24-compatible versions#67

Merged
Pygmalion69 merged 1 commit into
masterfrom
codex/update-github-actions-for-node.js-24
May 17, 2026
Merged

ci: upgrade workflow actions to Node 24-compatible versions#67
Pygmalion69 merged 1 commit into
masterfrom
codex/update-github-actions-for-node.js-24

Conversation

@Pygmalion69
Copy link
Copy Markdown
Owner

Motivation

  • Address GitHub Actions deprecation warning for Node.js 20 by switching to action majors that support Node.js 24.

Description

  • Bumped action majors in CI workflow files: actions/checkout@v4actions/checkout@v6, actions/setup-java@v4actions/setup-java@v5, and gradle/actions/setup-gradle@v4gradle/actions/setup-gradle@v5.
  • Applied these updates in both .github/workflows/android.yml and .github/workflows/android-foss-release.yml with no other logic changes.

Testing

  • Ran rg to search workflows for the old action references and confirmed updates completed successfully.
  • Generated and reviewed the diff via git diff to verify only the action version lines changed.
  • Committed the changes with git commit, and inspected workflow files with sed/nl to confirm the new versions; all checks passed.

Codex Task

@Pygmalion69 Pygmalion69 merged commit bf1f173 into master May 17, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant