From 7e01d8510771794382b1a1af6602ccc6421a6ae1 Mon Sep 17 00:00:00 2001 From: dewanshparashar Date: Thu, 11 Jul 2024 16:36:12 +0400 Subject: [PATCH] Dev: add branchname --- .github/workflows/core-retryable-monitor.yml | 6 +++--- .github/workflows/orbit-retryable-monitor.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/core-retryable-monitor.yml b/.github/workflows/core-retryable-monitor.yml index 520108c39e..aacc83e3fd 100644 --- a/.github/workflows/core-retryable-monitor.yml +++ b/.github/workflows/core-retryable-monitor.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout Bridge - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: OffchainLabs/arbitrum-token-bridge @@ -34,10 +34,10 @@ jobs: NOVA_MONITOR_RPC_URL: ${{ secrets.NOVA_MONITOR_RPC_URL }} - name: Checkout Retryable-Tracker repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: OffchainLabs/orbit-retryable-tracker - ref: origin/monorepo + ref: monorepo path: arbitrum-monitoring - name: Copy chains JSON to Retryable-Tracker diff --git a/.github/workflows/orbit-retryable-monitor.yml b/.github/workflows/orbit-retryable-monitor.yml index 8e361f94ec..57ae72473a 100644 --- a/.github/workflows/orbit-retryable-monitor.yml +++ b/.github/workflows/orbit-retryable-monitor.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout Bridge - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: OffchainLabs/arbitrum-token-bridge @@ -31,10 +31,10 @@ jobs: run: yarn workspace arb-token-bridge-ui generateOrbitChainsToMonitor - name: Checkout Retryable-Tracker repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: OffchainLabs/orbit-retryable-tracker - ref: origin/monorepo + ref: monorepo path: arbitrum-monitoring - name: Copy chains JSON to Retryable-Tracker