diff --git a/README.md b/README.md index 34e542f..40ee7c3 100644 --- a/README.md +++ b/README.md @@ -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`. diff --git a/action.yml b/action.yml index a55e849..2a5e13d 100644 --- a/action.yml +++ b/action.yml @@ -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