Skip to content

Commit

Permalink
Merge pull request #10 from joanise/v2-in-readme
Browse files Browse the repository at this point in the history
docs: bump recommended versions tags in README.md
  • Loading branch information
federicocarboni authored Dec 8, 2022
2 parents 583042d + fee4de9 commit 0772ab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ To use `ffmpeg` and `ffprobe`, run the action before them.

```yml
steps:
- uses: actions/checkout@v2
- uses: FedericoCarboni/setup-ffmpeg@v1
- uses: actions/checkout@v3
- uses: FedericoCarboni/setup-ffmpeg@v2
id: setup-ffmpeg
- run: ffmpeg -i input.avi output.mkv
```
Expand Down

0 comments on commit 0772ab9

Please sign in to comment.