Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ Previous versions default to the latest stable release, which is fetched automat
| v6.1.0 | latest |
| v7 | 0.11.0 |
| v8 | 0.11.0 |
| v9 | 0.12.0 |

Note: `fpm` changed asset naming convention starting version `v0.11.0`. So, the `latest` option will not work anymore with versions of `setup-fpm` prior to `v7`.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inputs:
fpm-version:
description: 'The tag of an fpm release'
required: false
default: 'v0.11.0'
default: 'v0.12.0'
fpm-repository:
description: 'Github repository (url) serving fpm releases'
required: false
Expand Down
Loading