From 33b6f7438b51d37b533e074beef2a82f25cca2b3 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sun, 17 Nov 2019 21:06:54 +0900 Subject: [PATCH] docs: update tag --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 04999f0..643c7ca 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ jobs: # submodules: true - name: Setup Hugo - uses: peaceiris/actions-hugo@v2.2.2 + uses: peaceiris/actions-hugo@v2.2.4 with: hugo-version: '0.58.3' # extended: true @@ -96,7 +96,7 @@ Set `extended: true` to use a Hugo extended version. ```yaml - name: Setup Hugo - uses: peaceiris/actions-hugo@v2.2.2 + uses: peaceiris/actions-hugo@v2.2.4 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.2 + uses: peaceiris/actions-hugo@v2.2.4 with: hugo-version: 'latest' ```