Upgrade Gradle Actions with basic caching#30
Merged
Conversation
xefensor
marked this pull request as ready for review
July 21, 2026 23:45
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.
Summary
Upgrades
gradle/actions/setup-gradlefrom v4 to v6 in the build and release workflows while explicitly selecting the fully open-source basic cache provider.This replaces and supersedes #4. The Dependabot PR could not be modified by maintainers and selected v6's proprietary Enhanced Caching provider by default.
Player or developer impact
Players are unaffected. CI and release jobs use the current Gradle action while retaining an MIT-compatible cache implementation backed by GitHub Actions cache.
Basic caching may be less storage-efficient than v6 Enhanced Caching, but it avoids accepting the separate
gradle-actions-cachingterms and is sufficient for this repository's workflow.Validation
./gradlew build./gradlew runGameTestServer, when relevantAll 20 required GameTests passed locally. Focused gameplay and multiplayer testing are not relevant to this workflow-only change.
The workflow YAML diff was checked for whitespace and indentation. The replacement PR's GitHub Actions run will validate
setup-gradle@v6withcache-provider: basicon GitHub-hosted runners.AI assistance
Codex inspected PR #4 and its failing Actions log, identified the unrelated flaky GameTest failure, reviewed Gradle's v6 cache-provider licensing, implemented the approved basic-cache configuration, and ran the local validation listed above.
Documentation and release notes
CHANGELOG.mdfor player-facing or notable technical changesNo changelog, architecture documentation, or new tests are needed for this two-workflow dependency update.
Visual evidence
Not applicable; this change only affects GitHub Actions configuration.
Licensing
LICENSE-CODE.md.No creative assets are included. The v6 action is configured with its open-source basic cache provider rather than the proprietary Enhanced Caching default.