You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2022/06/09 09:26:56 UTC

[echarts-examples] branch gh-pages updated: chore: update action id in workflow

This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 156ee967 chore: update action id in workflow
156ee967 is described below

commit 156ee9677ea6d0b7b32ffeee25af1c1015d0efbc
Author: Ovilia <zw...@gmail.com>
AuthorDate: Thu Jun 9 17:26:45 2022 +0800

    chore: update action id in workflow
---
 .github/workflows/e2e-test.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml
index a85df3c4..1ea7b8c3 100644
--- a/.github/workflows/e2e-test.yml
+++ b/.github/workflows/e2e-test.yml
@@ -11,7 +11,8 @@ jobs:
         uses: actions/checkout@v2
 
       - name: install ffmpeg
-        uses: FedericoCarboni/setup-ffmpeg@v1
+        uses: FedericoCarboni/setup-ffmpeg@v1.1.0
+        id: setup-ffmpeg
 
       - name: npm install
         run: |


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org