update: action tag

This commit is contained in:
peaceiris 2019-07-26 07:26:30 +09:00
parent 03dfe27950
commit c80759dc91

View file

@ -36,7 +36,7 @@ action "is-branch-master" {
action "build" { action "build" {
needs = "is-branch-master" needs = "is-branch-master"
uses = "peaceiris/actions-hugo@v0.55.6-1" uses = "peaceiris/actions-hugo@v0.56.0"
args = ["--gc", "--minify", "--cleanDestinationDir"] args = ["--gc", "--minify", "--cleanDestinationDir"]
} }