From 469ed00e08dc47a1f34d6eab248dabe7994e4978 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 12:53:07 +0700 Subject: [PATCH] Bump actions/checkout from 2 to 4 (#4045) Signed-off-by: dependabot[bot] <support@github.com> --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 14ac8fd77e..b18e2f7b3c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -199,7 +199,7 @@ jobs: name: playwright-results path: ./tests/sanity/playwright-report/ - name: Get Allure history - uses: actions/checkout@v2 + uses: actions/checkout@v4 if: ${{ github.ref == 'refs/heads/main' }} continue-on-error: true with: