From 557908f99a44c534a5ca43308966a047fad98ba7 Mon Sep 17 00:00:00 2001 From: Enda Phelan Date: Fri, 7 May 2021 17:54:00 +0100 Subject: [PATCH] docs: update version in README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 38f4ef2..7a7d353 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,7 @@ Basic: ```yaml steps: -- uses: actions/install-git-chglog@v0 - with: - version: 'v0.14.0' # The git-chglog version to use +- uses: actions/install-git-chglog@v1 - run: git-chglog -o CHANGELOG.md ```