Skip to content

Commit f658951

Browse files
authored
Merge pull request #33 from gittuf/bump-gittuf
Bump gittuf version
2 parents fc2384b + 02be607 commit f658951

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ bear in mind that
1212
## Optional Input
1313

1414
`gittuf-version`: Used to specify the version of gittuf to install (default:
15-
`0.8.1`). In addition to the specific version number, `main` is also supported
15+
`0.9.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

+1-1
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.8.1'
9+
default: '0.9.0'
1010
runs:
1111
using: 'composite'
1212
steps:

0 commit comments

Comments
 (0)