From 5e4b0c664e8b0c6f9a3fe5496b0b13a21f76815e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Oct 2024 14:07:29 +0000 Subject: [PATCH] Update dependency element-hq/element-web to v1.11.79 --- .woodpecker/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/deploy.yaml b/.woodpecker/deploy.yaml index 648e759..1ad5803 100644 --- a/.woodpecker/deploy.yaml +++ b/.woodpecker/deploy.yaml @@ -11,7 +11,7 @@ steps: - apt install -y wget # Download and extract # renovate: datasource=github-releases depName=element-hq/element-web versioning=semver-coerced - - export ELEMENT_VERSION=v1.11.78 + - export ELEMENT_VERSION=v1.11.79 - wget -O element.tar.gz https://github.com/element-hq/element-web/releases/download/$ELEMENT_VERSION/element-$ELEMENT_VERSION.tar.gz - mkdir payload - tar -xzf element.tar.gz --directory payload --strip-components 1