diff --git a/.github/workflows/e2e-components-angular-tutorials.yml b/.github/workflows/e2e-components-angular-tutorials.yml index 80a6d4b8..7fed27d4 100644 --- a/.github/workflows/e2e-components-angular-tutorials.yml +++ b/.github/workflows/e2e-components-angular-tutorials.yml @@ -29,7 +29,7 @@ jobs: node-version: '22' - name: Build OpenVidu Components Angular id: build - uses: OpenVidu/actions/build-openvidu-components-angular@9a2f61e73052475bd4572ce2f3a574476a37eae5 # v1.0.8 + uses: OpenVidu/actions/build-openvidu-components-angular@0125dee363f943e399bf576e8e4c162fafcc5bdd # v1.0.16 build_and_start_tutorials: runs-on: ubuntu-latest @@ -86,7 +86,7 @@ jobs: path: './openvidu-components-angular/openvidu-demo-app' - name: Setup OpenVidu Local Deployment - uses: OpenVidu/actions/start-openvidu-local-deployment@9a2f61e73052475bd4572ce2f3a574476a37eae5 # v1.0.8 + uses: OpenVidu/actions/start-openvidu-local-deployment@0125dee363f943e399bf576e8e4c162fafcc5bdd # v1.0.16 with: ref-openvidu-local-deployment: "development" openvidu-edition: "community"