Skip to content

Commit

Permalink
chore: updated docs before making a next release
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszbielaszewski-form3 committed Mar 1, 2024
1 parent 6791129 commit a7f9425
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ Here are the Github Action properties:
```yaml
inputs:
version:
description: "Version of go-ci-fuzz, e.g. latest or 0.1.2"
description: "Version of go-ci-fuzz, e.g. latest or 0.1.3"
required: false
default: "0.1.2"
default: "0.1.3"
source-path:
description: "Path to the project's source code, current directory by default."
required: false
Expand Down
4 changes: 2 additions & 2 deletions ci/github-actions/fuzz/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "fuzz"
description: "Runs fuzzing targets using go-ci-fuzz"
inputs:
version:
description: "Version of go-ci-fuzz, e.g. latest or 0.1.2"
description: "Version of go-ci-fuzz, e.g. latest or 0.1.3"
required: false
default: "0.1.2"
default: "0.1.3"
source-path:
description: "Path to the project's source code, current directory by default."
required: false
Expand Down

0 comments on commit a7f9425

Please sign in to comment.