From 03d8e851650842654dd5190fa9247e9e91638aa1 Mon Sep 17 00:00:00 2001 From: Egor Zalenski Date: Fri, 13 Dec 2024 10:20:00 +0100 Subject: [PATCH] test --- .github/workflows/tests-frontend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests-frontend.yml b/.github/workflows/tests-frontend.yml index 71144df3..8c454754 100644 --- a/.github/workflows/tests-frontend.yml +++ b/.github/workflows/tests-frontend.yml @@ -28,7 +28,7 @@ jobs: path: report - name: Deploy report - uses: RedisInsight/RedisInsight/.github/actions/deploy-test-reports@2.62.0 + uses: RedisInsight/RedisInsight/.github/actions/deploy-test-reports@873a0ebf55c85d3127bb4efb4d0636d9ab838226 if: always() with: group: 'report' @@ -41,7 +41,7 @@ jobs: - name: Get current date id: date if: always() - uses: RedisInsight/RedisInsight/.github/actions/get-current-date@2.62.0 + uses: RedisInsight/RedisInsight/.github/actions/get-current-date@873a0ebf55c85d3127bb4efb4d0636d9ab838226 - name: Add link to report in the workflow summary if: always()