From 129fcc86a654ff7faa8883d4a5b99f8b282ae449 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Fri, 22 Nov 2019 12:22:33 +0900 Subject: [PATCH] docs: Update tag --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 24f5ecf..fedae50 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ jobs: # submodules: true - name: Setup Hugo - uses: peaceiris/actions-hugo@v2.2.4 + uses: peaceiris/actions-hugo@v2.3.0 with: hugo-version: '0.59.1' # extended: true @@ -106,7 +106,7 @@ Set `extended: true` to use a Hugo extended version. ```yaml - name: Setup Hugo - uses: peaceiris/actions-hugo@v2.2.4 + uses: peaceiris/actions-hugo@v2.3.0 with: hugo-version: '0.59.1' extended: true @@ -118,7 +118,7 @@ Set `hugo-version: 'latest'` to use the latest version of Hugo. ```yaml - name: Setup Hugo - uses: peaceiris/actions-hugo@v2.2.4 + uses: peaceiris/actions-hugo@v2.3.0 with: hugo-version: 'latest' ``` @@ -153,7 +153,7 @@ Next, add a step to read a Hugo version from the `.env` file. echo "::set-output name=HUGO_VERSION::${HUGO_VERSION}" - name: Setup Hugo - uses: peaceiris/actions-hugo@v2.2.4 + uses: peaceiris/actions-hugo@v2.3.0 with: hugo-version: '${{ steps.hugo-version.outputs.HUGO_VERSION }}' extended: true