From 8f1aef7e73acb28c2437407a1540f059515ff9ed Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sat, 21 Sep 2019 10:46:47 +0900 Subject: [PATCH] docs: update peaceiris/actions-hugo@v2.2.0 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 61607fb..d686dcf 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ jobs: - uses: actions/checkout@master - name: Setup Hugo - uses: peaceiris/actions-hugo@v2.1.0 + uses: peaceiris/actions-hugo@v2.2.0 with: hugo-version: '0.58.3' @@ -78,7 +78,7 @@ jobs: ```yaml - name: Setup Hugo - uses: peaceiris/actions-hugo@v2.1.0 + uses: peaceiris/actions-hugo@v2.2.0 with: hugo-version: '0.58.3' extended: true @@ -88,7 +88,7 @@ jobs: ```yaml - name: Setup Hugo - uses: peaceiris/actions-hugo@v2.1.0 + uses: peaceiris/actions-hugo@v2.2.0 with: hugo-version: 'latest' ```