diff --git a/.github/workflows/grid_client_nightly.yml b/.github/workflows/grid_client_nightly.yml index 07623b11be..c6f40644d9 100644 --- a/.github/workflows/grid_client_nightly.yml +++ b/.github/workflows/grid_client_nightly.yml @@ -26,15 +26,15 @@ jobs: - uses: actions/checkout@v4 if: ${{ env.NETWORK == 'qa' }} with: - ref: refs/tags/v2.3.5 + ref: refs/tags/v2.4.3 - uses: actions/checkout@v4 if: ${{ env.NETWORK == 'test' }} with: - ref: refs/tags/v2.3.5 + ref: refs/tags/v2.4.3 - uses: actions/checkout@v4 if: ${{ env.NETWORK == 'main' }} with: - ref: refs/tags/v2.3.5 + ref: refs/tags/v2.4.3 - name: Set up node 18 uses: actions/setup-node@v3 diff --git a/.github/workflows/mass_deployments.yml b/.github/workflows/mass_deployments.yml index bf10d35e46..475b1b84cf 100644 --- a/.github/workflows/mass_deployments.yml +++ b/.github/workflows/mass_deployments.yml @@ -19,6 +19,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + ref: refs/tags/v2.4.3 - name: Set up node 18 uses: actions/setup-node@v3 with: