From b331fdd29a6ba23812e143b0c959e8239406f63a Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 7 Oct 2022 20:56:01 +0000 Subject: [PATCH] chore(deps): update dependency klakegg/hugo to v0.104.2 (#1267) Co-authored-by: kolaente Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1267 Co-authored-by: renovate Co-committed-by: renovate --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index fbafb1afed..0cf56b4b16 100644 --- a/.drone.yml +++ b/.drone.yml @@ -605,7 +605,7 @@ steps: - tar -xzf vikunja-theme.tar.gz - name: build - image: klakegg/hugo:0.102.3 + image: klakegg/hugo:0.104.2 pull: true commands: - cd docs @@ -861,6 +861,6 @@ steps: - failure --- kind: signature -hmac: d8c38f3b6e88312ac3ac6a24e834612c47a94227473f89a40b89a0f21e5d4179 +hmac: 5500acb776acae4975592637767035c45af277f1f56c8d10ffd99f38761cd5c8 ...