From 7a7e0597da9f1a06ce9e7fe59925755c09eb9bab Mon Sep 17 00:00:00 2001 From: satackey <21271711+satackey@users.noreply.github.com> Date: Fri, 27 Mar 2020 16:14:13 +0900 Subject: [PATCH] Edit version in example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83eb3f0..599c35f 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ Run JavaScript instead of shell script in GitHub Actions. ## Example ```yaml - name: Output current branch name & date - # To use latest action, specify "release-master" instead of "v0.0.2" - uses: satackey/action-js-inline@v0.0.2 + # To use latest action, specify "release-master" instead of "v0.0.3" + uses: satackey/action-js-inline@v0.0.3 id: getdata with: # Edit the following line to install packages required to run your script.