Skip to content

Commit 4f15598

Browse files
committed
update setup-ffmpeg github action
1 parent 358fb8c commit 4f15598

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
python-version: ${{ matrix.python-version }}
5959

6060
- name: Setup FFmpeg
61-
uses: FedericoCarboni/setup-ffmpeg@v1.1.0
61+
uses: FedericoCarboni/setup-ffmpeg@v2
6262

6363
- name: Download wheel
6464
uses: actions/download-artifact@v3
@@ -82,7 +82,7 @@ jobs:
8282
uses: actions/checkout@v3
8383

8484
- name: Setup FFmpeg
85-
uses: FedericoCarboni/setup-ffmpeg@v1.1.0
85+
uses: FedericoCarboni/setup-ffmpeg@v2
8686

8787
- name: Download wheel
8888
uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)