diff --git a/README.md b/README.md index a3f1c43..76ba21b 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,6 @@ bear in mind that ## Optional Input `gittuf-version`: Used to specify the version of gittuf to install (default: -`0.8.0`). In addition to the specific version number, `main` is also supported +`0.8.1`). In addition to the specific version number, `main` is also supported to build off the [source repository](https://github.com/gittuf/gittuf)'s `main` branch. Note: do not prefix `v` in the version number. diff --git a/action.yml b/action.yml index 63f934a..e4f6ebb 100644 --- a/action.yml +++ b/action.yml @@ -6,7 +6,7 @@ inputs: gittuf-version: description: 'Version of gittuf to install' required: false - default: '0.8.0' + default: '0.8.1' runs: using: 'composite' steps: