chore: Bump github tools to 1.7.0#26804
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection:
The affected workflows are:
While these changes affect E2E infrastructure, they don't change the actual test execution logic or app behavior. The E2E tests themselves will run as part of the normal CI pipeline and will validate that the environment setup still works correctly. No specific test tags need to be selected because:
Performance Test Selection: |
Description
This PR bumps the github tools version from v1 -> v1.7.0 (latest fixed release)
Changelog
CHANGELOG entry:
Related issues
Fixes: https://consensys.slack.com/archives/C02U025CVU4/p1772447777927309
Manual testing steps
CI should still be intact
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Medium Risk
CI-only change, but it updates the shared environment setup action used across Android/iOS builds and E2E runs, so failures would surface as broken pipelines rather than runtime issues.
Overview
Updates the GitHub Actions workflows for Android/iOS builds and E2E smoke/runs to use a pinned
MetaMask/github-tools/.github/actions/setup-e2e-env@v1.7.0instead of@v1.This standardizes CI environment setup across
build.yml, the dedicated E2E build workflows, and the E2E runner workflows, reducing drift from the movingv1tag.Written by Cursor Bugbot for commit c6a5096. This will update automatically on new commits. Configure here.