diff --git a/README.md b/README.md index aaa2cab..a3f1c43 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.6.2`). In addition to the specific version number, `main` is also supported +`0.8.0`). 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 30d43c9..63f934a 100644 --- a/action.yml +++ b/action.yml @@ -6,7 +6,7 @@ inputs: gittuf-version: description: 'Version of gittuf to install' required: false - default: '0.6.2' + default: '0.8.0' runs: using: 'composite' steps: