We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9ac76 commit 66bbba2Copy full SHA for 66bbba2
README.md
@@ -12,6 +12,6 @@ of gittuf itself.
12
## Optional Input
13
14
`gittuf-version`: Used to specify the version of gittuf to install (default:
15
-`0.10.2`). In addition to the specific version number, `main` is also supported
+`0.11.0`). In addition to the specific version number, `main` is also supported
16
to build off the [source repository](https://github.com/gittuf/gittuf)'s `main`
17
branch. Note: do not prefix `v` in the version number.
action.yml
@@ -6,7 +6,7 @@ inputs:
6
gittuf-version:
7
description: 'Version of gittuf to install'
8
required: false
9
- default: '0.10.2'
+ default: '0.11.0'
10
runs:
11
using: 'composite'
steps:
0 commit comments