Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 30e1ce0

Browse files
Merge pull request #1 from python-ffmpegio/dependabot/github_actions/FedericoCarboni/setup-ffmpeg-2
Bump FedericoCarboni/setup-ffmpeg from 1 to 2
2 parents a5ee760 + c3ac92a commit 30e1ce0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v2
3434

3535
- name: Set up FFmpeg
36-
uses: FedericoCarboni/setup-ffmpeg@v1
36+
uses: FedericoCarboni/setup-ffmpeg@v2
3737
with:
3838
token: ${{ secrets.GITHUB_TOKEN }}
3939

.github/workflows/test_n_pub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v2
4040

4141
- name: Set up FFmpeg
42-
uses: FedericoCarboni/setup-ffmpeg@v1
42+
uses: FedericoCarboni/setup-ffmpeg@v2
4343
with:
4444
token: ${{ secrets.GITHUB_TOKEN }}
4545

0 commit comments

Comments
 (0)