Skip to content

Commit

Permalink
ci: bump setup-ffmepg to @V3 to automatically get the latest ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Jan 3, 2024
1 parent 9e0aeab commit d114cc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/matrix-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: FedericoCarboni/setup-ffmpeg@v2
id: setup-ffmpeg
- uses: FedericoCarboni/setup-ffmpeg@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: FedericoCarboni/setup-ffmpeg@v2
id: setup-ffmpeg
- uses: FedericoCarboni/setup-ffmpeg@v3

- name: Set up Python
uses: actions/setup-python@v4
Expand Down Expand Up @@ -60,8 +59,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: FedericoCarboni/setup-ffmpeg@v2
id: setup-ffmpeg
- uses: FedericoCarboni/setup-ffmpeg@v3

- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit d114cc5

Please sign in to comment.