From 5c0fb4a2a0dc9434598cf2e74bb601d76861fc97 Mon Sep 17 00:00:00 2001 From: Aditya Sirish Date: Thu, 10 Oct 2024 13:41:21 -0400 Subject: [PATCH] Bump default to v0.6.2 Signed-off-by: Aditya Sirish --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 63b6a07..aaa2cab 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.1`). In addition to the specific version number, `main` is also supported +`0.6.2`). 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 ef9ba3f..30d43c9 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.1' + default: '0.6.2' runs: using: 'composite' steps: