Skip to content

Bump internal action refs to 2.4.2#109

Merged
viktorvrchlavsky merged 1 commit into
mainfrom
chore/bump-action-refs-2.4.2
Jun 23, 2026
Merged

Bump internal action refs to 2.4.2#109
viktorvrchlavsky merged 1 commit into
mainfrom
chore/bump-action-refs-2.4.2

Conversation

@viktorvrchlavsky

Copy link
Copy Markdown
Contributor

Context

Follow-up to #108. That PR fixed the empty iOS release version on release events, but only changed one line in ios-kmp-selfhosted-release.yml — it did not bump the internal futuredapp/.github action/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>. Tag 2.4.2 was 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.2 across 16 files (38 refs). validate-action-refs.sh 2.4.2 passes. No other changes; the #108 version_number fix is preserved.

⚠️ Re-tag required after merge

The 2.4.2 tag already exists and points at the #108 merge commit (which lacks this ref bump). After merging this PR, the 2.4.2 tag must be moved to the new merge commit:

git tag -f 2.4.2 <new-merge-commit> && git push -f origin 2.4.2

Low risk: the only consumer pinning @2.4.2 (uniapp-kmp#98) is not yet merged.

🤖 Generated with Claude Code

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>
@viktorvrchlavsky viktorvrchlavsky requested a review from a team June 23, 2026 06:31
@viktorvrchlavsky viktorvrchlavsky merged commit 646a40e into main Jun 23, 2026
2 checks passed
@viktorvrchlavsky viktorvrchlavsky deleted the chore/bump-action-refs-2.4.2 branch June 23, 2026 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants