From 7ff2d2b8efd3a124fde11e52c5c9aacebca4bdd4 Mon Sep 17 00:00:00 2001 From: R Date: Mon, 23 May 2022 21:05:49 +0200 Subject: [PATCH] ci(choco): update chocolatey to 1.1.0 (#1164) * fix(editorconfig,megalinter): enforce space style * ignore install.sh since it's auto-generated * simplify editorconfig * ci(choco): update chocolatey to 1.1.0 Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- .github/actions/choco/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/choco/Dockerfile b/.github/actions/choco/Dockerfile index 9e1bb107..acfaa369 100644 --- a/.github/actions/choco/Dockerfile +++ b/.github/actions/choco/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:latest -ARG CHOCOVERSION=0.11.3 +ARG CHOCOVERSION=1.1.0 RUN apk add --no-cache bash ca-certificates git \ && apk --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing add mono mono-dev \