From ed6a27da6a09ceef2a795a53afe0f9becb24083b Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 4 Oct 2022 12:04:55 +0000 Subject: [PATCH] chore(deps): update dependency klakegg/hugo to v0.102.3 (#1265) Co-authored-by: kolaente Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1265 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 ea5af8e85..fbafb1afe 100644 --- a/.drone.yml +++ b/.drone.yml @@ -605,7 +605,7 @@ steps: - tar -xzf vikunja-theme.tar.gz - name: build - image: klakegg/hugo:0.101.0 + image: klakegg/hugo:0.102.3 pull: true commands: - cd docs @@ -861,6 +861,6 @@ steps: - failure --- kind: signature -hmac: 8b0e235be5cc1aa66fa02f2c5e86508c183ea50e42dd6ff134568a7a7b7d312c +hmac: d8c38f3b6e88312ac3ac6a24e834612c47a94227473f89a40b89a0f21e5d4179 ...