From 02be6074a519a631ed9b0f9648ae89e8b54f105d Mon Sep 17 00:00:00 2001 From: Aditya Sirish Date: Mon, 17 Feb 2025 12:31:02 -0500 Subject: [PATCH] Bump gittuf version 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 76ba21b..85d1176 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.1`). In addition to the specific version number, `main` is also supported +`0.9.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 faf7876..86ac1b8 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.1' + default: '0.9.0' runs: using: 'composite' steps: