From 2156c79809191af9a216ce4c216c14111892c81e Mon Sep 17 00:00:00 2001 From: Pat Zielinski <70954403+patzielinski@users.noreply.github.com> Date: Fri, 13 Dec 2024 07:57:47 -0500 Subject: [PATCH] Set default gittuf version to v0.8.0 Signed-off-by: Pat Zielinski <70954403+patzielinski@users.noreply.github.com> --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: