From c1e18999ed5533042158091dc40bc7f6c828104f Mon Sep 17 00:00:00 2001 From: ignaciosantise <25931366+ignaciosantise@users.noreply.github.com> Date: Thu, 2 Jul 2026 16:25:04 -0300 Subject: [PATCH] ci(e2e-pay): point maestro actions to latest merged SHA d385e7a Co-Authored-By: Claude Opus 4.8 --- .github/workflows/ci_e2e_pay_tests.yml | 12 ++++++------ scripts/setup-maestro-pay-tests.sh | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci_e2e_pay_tests.yml b/.github/workflows/ci_e2e_pay_tests.yml index 5ff327b3..76b92bad 100644 --- a/.github/workflows/ci_e2e_pay_tests.yml +++ b/.github/workflows/ci_e2e_pay_tests.yml @@ -113,10 +113,10 @@ jobs: --split-per-abi - name: Copy Maestro Pay test flows - uses: WalletConnect/actions/maestro/pay-tests@3fd66ca1de3848a089d8e3c628e6f54bfcfd999f + uses: WalletConnect/actions/maestro/pay-tests@d385e7a80fb4a3d378ee685021f3f7e24ccdf291 - name: Install Maestro CLI - uses: WalletConnect/actions/maestro/setup@0730e323043dd2c4989bfc76f11303bb4e2c5774 + uses: WalletConnect/actions/maestro/setup@d385e7a80fb4a3d378ee685021f3f7e24ccdf291 - name: Setup Android SDK uses: android-actions/setup-android@v3 @@ -160,7 +160,7 @@ jobs: - name: Reset USDT Permit2 allowance (Polygon) if: always() continue-on-error: true - uses: WalletConnect/actions/maestro/permit2-reset@3fd66ca1de3848a089d8e3c628e6f54bfcfd999f + uses: WalletConnect/actions/maestro/permit2-reset@d385e7a80fb4a3d378ee685021f3f7e24ccdf291 with: chain-id: eip155:137 rpc-url: https://polygon-bor-rpc.publicnode.com @@ -375,10 +375,10 @@ jobs: xcrun simctl spawn booted swcutil show || true - name: Copy Maestro Pay test flows - uses: WalletConnect/actions/maestro/pay-tests@3fd66ca1de3848a089d8e3c628e6f54bfcfd999f + uses: WalletConnect/actions/maestro/pay-tests@d385e7a80fb4a3d378ee685021f3f7e24ccdf291 - name: Install Maestro CLI - uses: WalletConnect/actions/maestro/setup@0730e323043dd2c4989bfc76f11303bb4e2c5774 + uses: WalletConnect/actions/maestro/setup@d385e7a80fb4a3d378ee685021f3f7e24ccdf291 - name: Run Maestro iOS tests id: maestro_ios @@ -405,7 +405,7 @@ jobs: - name: Reset USDT Permit2 allowance (Polygon) if: always() continue-on-error: true - uses: WalletConnect/actions/maestro/permit2-reset@3fd66ca1de3848a089d8e3c628e6f54bfcfd999f + uses: WalletConnect/actions/maestro/permit2-reset@d385e7a80fb4a3d378ee685021f3f7e24ccdf291 with: chain-id: eip155:137 rpc-url: https://polygon-bor-rpc.publicnode.com diff --git a/scripts/setup-maestro-pay-tests.sh b/scripts/setup-maestro-pay-tests.sh index 3457250e..0cde7d71 100755 --- a/scripts/setup-maestro-pay-tests.sh +++ b/scripts/setup-maestro-pay-tests.sh @@ -5,7 +5,7 @@ set -euo pipefail -REF="${1:-3fd66ca1de3848a089d8e3c628e6f54bfcfd999f}" +REF="${1:-d385e7a80fb4a3d378ee685021f3f7e24ccdf291}" REPO="WalletConnect/actions" SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)" ROOT_DIR="$(dirname "$SCRIPT_DIR")"