ci: update core-build workflow actions to current majors - #96
Open
katsugtgz wants to merge 2 commits into
Open
Conversation
actions/checkout v4 to v7, actions/setup-python v4 to v7, docker/setup-buildx-action v2 to v4. Scope: .github/workflows/core-build.yaml only.
katsugtgz
force-pushed
the
ci/update-core-build-actions
branch
from
September 7, 2026 11:38
088ca30 to
4f1ef44
Compare
Author
|
Sorry for the churn. One more fix on this branch: bumped a commented-out actions/setup-go reference to v7 so nothing in the file is left on an old major. No functional change. |
Collaborator
|
what is the purpose of this change? |
Author
|
Sorry for the churn on this branch. To answer the question: the active steps referenced old action majors (checkout v4, setup-python v4, buildx v2). This update moves them to the current majors (v7, v7, v4). One more push today fixed the commented-out setup-go line to v7 as well. No functional change to the build. |
Collaborator
|
I don't think this is a must fix right now. |
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.
Updates the CI workflow to use current GitHub-maintained action versions.
Changes:
actions/checkout@v4->actions/checkout@v7actions/setup-python@v4->actions/setup-python@v7(thepip-installinput is not used in this workflow)docker/setup-buildx-action@v2->docker/setup-buildx-action@v4actions/setup-go@v4reference updated tov7so nothing in the file stays on an old major (no functional change)Validation:
Scope:
.github/workflows/core-build.yamlonly.release.yamlwas left untouched since it is a release workflow. Commit author katsugtgz, unsigned.