From f9639f15581bc727a04c053eb5e3a00aa0173374 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 15 Apr 2026 12:39:21 +0000 Subject: [PATCH] chore: update OpenVidu/actions to v1.0.10 --- .github/workflows/e2e-components-angular-tutorials.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-components-angular-tutorials.yml b/.github/workflows/e2e-components-angular-tutorials.yml index 80a6d4b8..b266b49d 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@1e4846d921912e6d26738a5583174081d374bd54 # v1.0.10 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@1e4846d921912e6d26738a5583174081d374bd54 # v1.0.10 with: ref-openvidu-local-deployment: "development" openvidu-edition: "community"