From 215b245881d944d45bf3d7fab3cb752cee0181ef Mon Sep 17 00:00:00 2001 From: Bassem Dghaidi <568794+Link-@users.noreply.github.com> Date: Mon, 21 Aug 2023 17:09:16 +0200 Subject: [PATCH] Upgrade e2e tests to latest version (0.5.0) (#2826) --- .github/workflows/gha-e2e-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gha-e2e-tests.yaml b/.github/workflows/gha-e2e-tests.yaml index b3a718e6..d8621949 100644 --- a/.github/workflows/gha-e2e-tests.yaml +++ b/.github/workflows/gha-e2e-tests.yaml @@ -16,7 +16,7 @@ env: TARGET_ORG: actions-runner-controller TARGET_REPO: arc_e2e_test_dummy IMAGE_NAME: "arc-test-image" - IMAGE_VERSION: "0.4.0" + IMAGE_VERSION: "0.5.0" concurrency: # This will make sure we only apply the concurrency limits on pull requests