From 6d22917a33415b566f77d8b68feb12852c3144c1 Mon Sep 17 00:00:00 2001 From: Federico Grandi Date: Sat, 7 Dec 2019 20:52:18 +0100 Subject: [PATCH] Bump version in docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 692b143..7ee79a7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Add a step like this to your workflow: ```yaml - name: Commit changes # This is the step name that will be displayed in your runs - uses: EndBug/add-and-commit@v2.1.0 # You can change this to use a specific version + uses: EndBug/add-and-commit@v2.1.1 # You can change this to use a specific version with: # See more info about inputs below author_name: Your Name author_email: mail@example.com @@ -84,7 +84,7 @@ jobs: run: eslint "src/**" --fix - name: Commit changes - uses: EndBug/add-and-commit@v2.1.0 + uses: EndBug/add-and-commit@v2.1.1 with: author_name: Your Name author_email: mail@example.com