From c80759dc91a173c825b5e93de62a2633582e12ee Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Fri, 26 Jul 2019 07:26:30 +0900 Subject: [PATCH] update: action tag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb4d728..746ba40 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ action "is-branch-master" { action "build" { needs = "is-branch-master" - uses = "peaceiris/actions-hugo@v0.55.6-1" + uses = "peaceiris/actions-hugo@v0.56.0" args = ["--gc", "--minify", "--cleanDestinationDir"] }