chore: bump GitHub Actions dependencies to latest versions#667
Merged
torlando-tech merged 2 commits intomainfrom Mar 12, 2026
Merged
chore: bump GitHub Actions dependencies to latest versions#667torlando-tech merged 2 commits intomainfrom
torlando-tech merged 2 commits intomainfrom
Conversation
- gradle/actions/wrapper-validation: v3/v4 → v5 - gradle/actions/setup-gradle: v4 → v5 - softprops/action-gh-release: v1 → v2 (pre-release) - actions/github-script: v7 → v8 (ci) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
Greptile SummaryThis PR bumps four GitHub Actions dependencies to their latest major versions across three workflow files. The upgrades cover Key changes:
Confidence Score: 4/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Push / PR / Tag] --> B{Workflow trigger}
B -->|push/PR to main| C[ci.yml]
B -->|workflow_dispatch| D[build-prerelease-apk.yml]
B -->|push tag v*| E[release.yml]
C --> C1["gradle/actions/wrapper-validation@v5 ✅"]
C --> C2["gradle/actions/setup-gradle@v5 ✅\n×4 jobs"]
C --> C3["actions/github-script@v8 ✅\nThread audit PR comment"]
D --> D1["gradle/actions/setup-gradle@v5 ✅"]
D --> D2["gradle/actions/wrapper-validation@v5 ✅\ncontinue-on-error: true"]
D --> D3["softprops/action-gh-release@v2 ✅\nCreate Pre-Release"]
E --> E1["gradle/actions/setup-gradle@v5 ✅"]
E --> E2["softprops/action-gh-release@v2\nalready at v2 pre-PR"]
Last reviewed commit: 6d5871e |
Contributor
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Pin android-emulator-runner to v2.36.0 (AVD creation fix) and add timeout to adb logcat capture so a dead emulator can't block the job for 29+ minutes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
gradle/actions/wrapper-validation: v3/v4 → v5 (ci, pre-release)gradle/actions/setup-gradle: v4 → v5 (ci, pre-release, release)softprops/action-gh-release: v1 → v2 (pre-release)actions/github-script: v7 → v8 (ci)Test plan
🤖 Generated with Claude Code