aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-10-20 20:30:28 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-10-21 10:50:22 +1000
commita920bf43082e35faad01a5cc43d5212dfc3c9f26 (patch)
tree2f1609b959fa83a34c18701a7160c7af8ff1ef81 /.github/workflows
parentf73f6abab492e6445a2e69bb2c6f33a6e60b5ff9 (diff)
.github/workflows/editorconfig.yml: 2.1.0 -> 2.2.0
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/editorconfig.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/editorconfig.yml b/.github/workflows/editorconfig.yml
index 7f1808d35f2c..d61882c50400 100644
--- a/.github/workflows/editorconfig.yml
+++ b/.github/workflows/editorconfig.yml
@@ -14,7 +14,7 @@ jobs:
- name: Fetch editorconfig-checker
if: env.GIT_DIFF
env:
- ECC_VERSION: "2.1.0"
+ ECC_VERSION: "2.2.0"
ECC_URL: "https://github.com/editorconfig-checker/editorconfig-checker/releases/download"
run: |
curl -sSf -O -L -C - "$ECC_URL/$ECC_VERSION/ec-linux-amd64.tar.gz" && \