From d9237b1d71b9fa60e74902740d37ee9fad131bc1 Mon Sep 17 00:00:00 2001 From: Lukas Schmierer Date: Wed, 19 Apr 2023 17:17:59 +0200 Subject: [PATCH] Update version in example to latest --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a045881..3b58013 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.1 +uses: SebRollen/toml-action@v1.0.2 id: read_toml with: file: 'myfile.toml'