From d016e4d81c8b3d4c989c555052a70d9ee5f4e65a Mon Sep 17 00:00:00 2001 From: Sebastian Rollen Date: Sat, 22 Oct 2022 11:02:38 -0400 Subject: [PATCH] docs: update version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5429e64..a045881 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The value stored inside `file` at key `field`. ## Example usage ``` -uses: SebRollen/toml-action@v1.0.0 +uses: SebRollen/toml-action@v1.0.1 id: read_toml with: file: 'myfile.toml'