ci: replace extractions/setup-just with brew install - #4418
Merged
Conversation
dylanmtaylor
requested review from
castrojo,
m2Giles,
p5 and
tulilirockz
as code owners
April 4, 2026 18:11
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates GitHub Actions workflows to install just using a composite action without a Node.js dependency, replacing the deprecated extractions/setup-just action.
Changes:
- Replaced
extractions/setup-just@v3withtaiki-e/install-action@v2.72.0in reusable build workflow. - Replaced
extractions/setup-just@v3withtaiki-e/install-action@v2.72.0in release generation workflow.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/reusable-build.yml | Switches the “Setup Just” step to taiki-e/install-action with tool: just. |
| .github/workflows/generate-release.yml | Switches the “Setup Just” step to taiki-e/install-action with tool: just. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Up to standards ✅🟢 Issues
|
dylanmtaylor
force-pushed
the
ci/replace-setup-just
branch
from
April 4, 2026 18:15
e477be3 to
49f800d
Compare
dylanmtaylor
force-pushed
the
ci/replace-setup-just
branch
from
April 4, 2026 18:20
49f800d to
c022694
Compare
dylanmtaylor
force-pushed
the
ci/replace-setup-just
branch
2 times, most recently
from
April 4, 2026 19:40
dd53d18 to
34e2ff0
Compare
dylanmtaylor
force-pushed
the
ci/replace-setup-just
branch
from
April 4, 2026 19:49
34e2ff0 to
ae5899a
Compare
dylanmtaylor
force-pushed
the
ci/replace-setup-just
branch
from
April 4, 2026 19:51
ae5899a to
403c0e6
Compare
castrojo
enabled auto-merge
April 5, 2026 14:01
castrojo
previously approved these changes
Apr 5, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to a conflict with the base branch
Apr 5, 2026
Contributor
Author
|
@castrojo I fixed the merge conflict; can you re-queue this one? |
castrojo
enabled auto-merge
April 5, 2026 14:39
castrojo
approved these changes
Apr 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace extractions/setup-just (Node.js 20, deprecated) with direct brew install.