Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ See [`action.yml`](./action.yml).

```yml
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.1
- uses: FedericoCarboni/setup-ffmpeg@v3

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It appears you updated @v3 -> @v3.1 on the wrong line.

id: setup-ffmpeg
with:
Expand All @@ -41,7 +41,7 @@ steps:
architecture: ''
# Linking type of the binaries. Use "shared" to download shared binaries and
# "static" for statically linked ones. Shared builds are currently only available
# for windows releases. Defaults to "static"
# for windows releases. Defaults to "static". Added in v3.1.
linking-type: static
# As of version 3 of this action, builds are no longer downloaded from GitHub
# except on Windows: https://github.com/GyanD/codexffmpeg/releases.
Expand Down