From afe9aa36cda33d0098c99fb3ea41b3f0bf9e7fb4 Mon Sep 17 00:00:00 2001 From: Tate Date: Fri, 7 Oct 2022 11:30:28 -0600 Subject: [PATCH] bump versions one more time --- .github/workflows/e2e_custom_cl.yml | 6 +++--- .github/workflows/soak.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/e2e_custom_cl.yml b/.github/workflows/e2e_custom_cl.yml index 220152a80..054c1491f 100644 --- a/.github/workflows/e2e_custom_cl.yml +++ b/.github/workflows/e2e_custom_cl.yml @@ -42,7 +42,7 @@ jobs: contents: read steps: - name: Build Image - uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/build-image@v2.0.20 + uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/build-image@v2.0.21 with: cl_repo: smartcontractkit/chainlink # by default we are integrating with develop @@ -72,7 +72,7 @@ jobs: - name: Checkout the repo uses: actions/checkout@f25a3a9f25bd5f4c5d77189cab02ff357b5aedeb # v2.4.1 - name: Run Tests - uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@v2.0.20 + uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@v2.0.21 with: test_command_to_run: make test_smoke go_mod_path: ./tests/go.mod @@ -87,6 +87,6 @@ jobs: QA_KUBECONFIG: ${{ secrets.QA_KUBECONFIG }} - name: cleanup if: always() - uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/cleanup@v2.0.20 + uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/cleanup@v2.0.21 with: triggered_by: ${{ env.TEST_TRIGGERED_BY }} diff --git a/.github/workflows/soak.yml b/.github/workflows/soak.yml index 7d8b3ec1a..920a039af 100644 --- a/.github/workflows/soak.yml +++ b/.github/workflows/soak.yml @@ -36,7 +36,7 @@ jobs: contents: read steps: - name: Build Image - uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/build-image@v2.0.20 + uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/build-image@v2.0.21 with: cl_repo: smartcontractkit/chainlink # by default we are integrating with develop @@ -66,7 +66,7 @@ jobs: - name: Checkout the repo uses: actions/checkout@f25a3a9f25bd5f4c5d77189cab02ff357b5aedeb # v2.4.1 - name: Run Tests - uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@v2.0.20 + uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@v2.0.21 with: test_command_to_run: make test_ocr_soak go_mod_path: ./tests/go.mod