diff --git a/README.md b/README.md index f430408..739671b 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.56.0-mod" + uses = "peaceiris/actions-hugo@v0.56.1" args = ["--gc", "--minify", "--cleanDestinationDir"] }