diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5d424fc..07ba4e2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,3 @@ -- [ ] upgrade: hugo to `v0..` +- [ ] upgrade: hugo to `` - [ ] update: tag on readme -- [ ] release: `v0..` with **master** branch +- [ ] release: `` with **master** branch diff --git a/Dockerfile b/Dockerfile index f145ba0..5b3039c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ LABEL "repository"="https://github.com/peaceiris/actions-hugo" LABEL "homepage"="https://github.com/peaceiris/actions-hugo" LABEL "maintainer"="peaceiris" -ENV HUGO_VERSION='0.57.0' +ENV HUGO_VERSION='0.57.1' ENV HUGO_NAME="hugo_extended_${HUGO_VERSION}_Linux-64bit" ENV HUGO_URL="https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/${HUGO_NAME}.tar.gz" RUN wget "${HUGO_URL}" && \ diff --git a/README.md b/README.md index 57b0ff1..c5ea240 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@master - name: build - uses: peaceiris/actions-hugo@v0.57.0 + uses: peaceiris/actions-hugo@v0.57.1 with: args: --gc --minify --cleanDestinationDir - name: deploy