Skip to content

Commit 66bbba2

Browse files
committed
Bump gittuf version
Signed-off-by: Pat Zielinski <git@patzielinski.com>
1 parent fe9ac76 commit 66bbba2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ of gittuf itself.
1212
## Optional Input
1313

1414
`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
15+
`0.11.0`). In addition to the specific version number, `main` is also supported
1616
to build off the [source repository](https://github.com/gittuf/gittuf)'s `main`
1717
branch. Note: do not prefix `v` in the version number.

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inputs:
66
gittuf-version:
77
description: 'Version of gittuf to install'
88
required: false
9-
default: '0.10.2'
9+
default: '0.11.0'
1010
runs:
1111
using: 'composite'
1212
steps:

0 commit comments

Comments
 (0)