From 2389ce929fb82bee2ed873672e55cb520aaccfd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Fuente=20P=C3=A9rez?= Date: Mon, 21 Nov 2022 14:00:53 +0100 Subject: [PATCH] Update openvidu-ce-test.yml --- .github/workflows/openvidu-ce-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/openvidu-ce-test.yml b/.github/workflows/openvidu-ce-test.yml index 80521251..cfd318eb 100644 --- a/.github/workflows/openvidu-ce-test.yml +++ b/.github/workflows/openvidu-ce-test.yml @@ -64,7 +64,7 @@ jobs: OPERA_VERSION: ${{ github.event.inputs.OPERA_VERSION || 'latest' }} EDGE_VERSION: ${{ github.event.inputs.EDGE_VERSION || 'latest' }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Setting up CI run: ci-scripts/openvidu-e2e-tests.sh --prepare - name: OpenVidu Browser build @@ -102,4 +102,4 @@ jobs: with: name: Logs path: | - /opt/openvidu/*.log \ No newline at end of file + /opt/openvidu/*.log