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