Bump internal action refs to 2.4.2#109
Merged
Merged
Conversation
Ran `.github/scripts/bump-action-refs.sh 2.4.2` to align all internal `futuredapp/.github` action/workflow refs with the 2.4.2 release, same as #106 did for 2.4.0. The 2.4.2 fix in #108 (version_number from release payload) only touched one line and left the internal refs at @2.4.1, so the tag was not internally self-consistent. `validate-action-refs.sh 2.4.2` now passes (all 38 refs @2.4.2). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
ssestak
approved these changes
Jun 23, 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.
Context
Follow-up to #108. That PR fixed the empty iOS release version on
releaseevents, but only changed one line inios-kmp-selfhosted-release.yml— it did not bump the internalfuturedapp/.githubaction/workflow refs, which are still pinned to@2.4.1.Per the release convention (see #106), every release must have all internal refs pinned to its own version via
.github/scripts/bump-action-refs.sh <version>. Tag2.4.2was cut from a tree where those refs were stale, so it isn't internally self-consistent.Changes
Ran
.github/scripts/bump-action-refs.sh 2.4.2— bumps all internal refs@2.4.1→@2.4.2across 16 files (38 refs).validate-action-refs.sh 2.4.2passes. No other changes; the #108version_numberfix is preserved.The
2.4.2tag already exists and points at the #108 merge commit (which lacks this ref bump). After merging this PR, the2.4.2tag must be moved to the new merge commit:Low risk: the only consumer pinning
@2.4.2(uniapp-kmp#98) is not yet merged.🤖 Generated with Claude Code