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