summary refs log tree commit diff
path: root/.github/workflows/editorconfig.yml
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2021-01-10 06:55:15 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2021-01-10 06:55:15 +1000
commit084fc49bf382455033a2f0faf9ae1e01c88a6ded (patch)
treee91c9d72a64ef25d7664da20e56f594bcf3816b4 /.github/workflows/editorconfig.yml
parente39dd05e664547490d60f0487780b12c9e495ffb (diff)
.github/workflows/editorconfig.yml: 2.2.0 -> 2.3.1
Diffstat (limited to '.github/workflows/editorconfig.yml')
-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 6935d0bbd21fc..270728a61c6f8 100644
--- a/.github/workflows/editorconfig.yml
+++ b/.github/workflows/editorconfig.yml
@@ -25,7 +25,7 @@ jobs:
     - name: Fetch editorconfig-checker
       if: env.PR_DIFF
       env:
-        ECC_VERSION: "2.2.0"
+        ECC_VERSION: "2.3.1"
         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" && \