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