diff --git a/.github/workflows/ci_e2e_pay_tests.yml b/.github/workflows/ci_e2e_pay_tests.yml index 23805a14..aba4d786 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 @@ -386,10 +386,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 @@ -416,7 +416,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")"