Skip to content

Commit

Permalink
Bump default to v0.6.2
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya Sirish <aditya@saky.in>
  • Loading branch information
adityasaky committed Oct 10, 2024
1 parent 1ea86b2 commit 5c0fb4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5c0fb4a

Please sign in to comment.