fix(ci): pin actions/cache to v4 to unblock Forgejo builds #213
No reviewers
Labels
No labels
alpha:wave-0
alpha:wave-1
alpha:wave-2
alpha:wave-3
area:assets
area:combat
area:ecology
area:infra
area:render
area:scripting
area:ui
area:world
enhancement
epic
migration
post-alpha
roadmap
tech-debt
type:bug
type:chore
type:design
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
marco/IsoMmo!213
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/pin-cache-v4"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
cache@v5+ switched to the cache service v2 (twirp) API, which Forgejo's
built-in Actions cache backend does not implement. Renovate PR #206 bumped
it to v6, after which every job hung on the cache handshake until timeout.
Pin back to v4 (last v1-API release) and cap it in renovate.json so the
bump doesn't return until the runner speaks the v2 API.
Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
Summary
Screenshots / recording
How it was tested
Checklist
just lintpasses (CSharpier + analyzers, zero warnings)just testis green