From 56184eb6d00094d1febb38e6a98c4ac709a11d30 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 15 Apr 2026 12:27:00 +0000 Subject: [PATCH] chore: update OpenVidu/actions to v1.0.9 --- .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..80ac3951 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@0b1ad5bceb9cfb061942f9edd8c78f6ed67352dd # v1.0.9 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@0b1ad5bceb9cfb061942f9edd8c78f6ed67352dd # v1.0.9 with: ref-openvidu-local-deployment: "development" openvidu-edition: "community"