From e2b52b7b4db90e33de992d1b3a5882005489750a Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Wed, 25 Sep 2019 12:44:14 +0900 Subject: [PATCH] docs: update tag to v2.2.1 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a497f01..cc095cf 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ jobs: # submodules: true - name: Setup Hugo - uses: peaceiris/actions-hugo@v2.2.0 + uses: peaceiris/actions-hugo@v2.2.1 with: hugo-version: '0.58.3' @@ -96,7 +96,7 @@ Set `extended: true` to use a Hugo extended version. ```yaml - name: Setup Hugo - uses: peaceiris/actions-hugo@v2.2.0 + uses: peaceiris/actions-hugo@v2.2.1 with: hugo-version: '0.58.3' extended: true @@ -108,7 +108,7 @@ Set `hugo-version: 'latest'` to use the latest version of Hugo. ```yaml - name: Setup Hugo - uses: peaceiris/actions-hugo@v2.2.0 + uses: peaceiris/actions-hugo@v2.2.1 with: hugo-version: 'latest' ```