We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b00b1d commit 8b270faCopy full SHA for 8b270fa
1 file changed
.github/workflows/publish-web.yaml
@@ -17,6 +17,8 @@ jobs:
17
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
18
with:
19
python-version: 3.x
20
+ - name: Install safe-chain
21
+ uses: OpenVidu/actions/install-safe-chain@0125dee363f943e399bf576e8e4c162fafcc5bdd # v1.0.16
22
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
23
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
24
0 commit comments