Uh oh!
There was an error while loading. Please reload this page.
ci: bump GitHub Actions (bundles #342–#346, matches artifact majors) - #348
Merged
Conversation
This was referenced Jul 16, 2026
Bundles the safe Dependabot action bumps into one PR to avoid a merge-conflict cascade across the shared workflow files: - actions/checkout 4 → 7 (#344) - actions/setup-go 5 → 7 (#345) - actions/setup-python 5 → 6 (#342) - azure/setup-helm 4 → 5 (#346) Deliberately NOT bumped: actions/download-artifact 7 → 8 (#343). upload-artifact has no v8, so bumping download alone would leave the release.yml upload/download pair on mismatched majors — held at the matched v7 pair until an upload v8 exists. Workflow-only; no CLI change. actionlint clean. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
saadqbalforce-pushed
the
ci/bump-github-actions
branch
from
July 16, 2026 10:37
6739aea to
80f6d84Compareaptracebloc
approved these changes
Jul 16, 2026
saadqbal
commented
Jul 21, 2026
CollaboratorAuthor
/fr-pass |
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 freeto 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.
Bundles the safe Dependabot GitHub-Actions bumps into one PR (they touch overlapping workflow files — checkout alone spans 10 — so merging individually cascades conflicts):
Held (not in this PR): #343
download-artifact 7→8.upload-artifacthas no v8, so bumping download alone would putrelease.yml's upload/download pair on mismatched majors — kept at the matched v7 pair until an upload v8 exists.Workflow-only; no CLI change.
actionlintclean; the Build job exercises checkout@v7 / setup-go@v7. Closes#342, #344, #345, #346.