From a7f9425b60035b6458bbaeb045b1e8df22dab4aa Mon Sep 17 00:00:00 2001 From: Tomasz Bielaszewski Date: Fri, 1 Mar 2024 17:52:44 +0100 Subject: [PATCH] chore: updated docs before making a next release --- README.md | 4 ++-- ci/github-actions/fuzz/action.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2a21767..ea83153 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/ci/github-actions/fuzz/action.yml b/ci/github-actions/fuzz/action.yml index 5c1b79b..c359c16 100644 --- a/ci/github-actions/fuzz/action.yml +++ b/ci/github-actions/fuzz/action.yml @@ -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