From 5605c3d0b538b5de7871bc9da53bed21f6a20381 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 27 May 2026 15:20:04 +0000 Subject: [PATCH] chore: update OpenVidu/actions to v1.0.21 --- .github/workflows/e2e-components-angular-tutorials.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e-components-angular-tutorials.yml b/.github/workflows/e2e-components-angular-tutorials.yml index 1ac7c489..95a48f8e 100644 --- a/.github/workflows/e2e-components-angular-tutorials.yml +++ b/.github/workflows/e2e-components-angular-tutorials.yml @@ -30,7 +30,7 @@ jobs: - name: Build OpenVidu Components Angular id: build - uses: OpenVidu/actions/build-openvidu-components-angular@1eb0c5759951f915de29647dedfa1ec8fbb5eeac # v1.0.20 + uses: OpenVidu/actions/build-openvidu-components-angular@040cbfd01320475801d7b12e33769e0d55a737a8 # v1.0.21 build_and_start_tutorials: runs-on: ubuntu-latest @@ -47,7 +47,7 @@ jobs: node-version: '22' - name: Install safe-chain - uses: OpenVidu/actions/install-safe-chain@1eb0c5759951f915de29647dedfa1ec8fbb5eeac # v1.0.20 + uses: OpenVidu/actions/install-safe-chain@040cbfd01320475801d7b12e33769e0d55a737a8 # v1.0.21 # Download artifact if built from source - place it in the parent directory - name: Download OpenVidu Components Angular package @@ -82,7 +82,7 @@ jobs: node-version: '22' - name: Install safe-chain - uses: OpenVidu/actions/install-safe-chain@1eb0c5759951f915de29647dedfa1ec8fbb5eeac # v1.0.20 + uses: OpenVidu/actions/install-safe-chain@040cbfd01320475801d7b12e33769e0d55a737a8 # v1.0.21 # Download artifact if built from source - name: Download OpenVidu Components Angular package @@ -93,7 +93,7 @@ jobs: path: './openvidu-components-angular/openvidu-demo-app' - name: Setup OpenVidu Local Deployment - uses: OpenVidu/actions/start-openvidu-local-deployment@1eb0c5759951f915de29647dedfa1ec8fbb5eeac # v1.0.20 + uses: OpenVidu/actions/start-openvidu-local-deployment@040cbfd01320475801d7b12e33769e0d55a737a8 # v1.0.21 with: ref-openvidu-local-deployment: "development" openvidu-edition: "community"