.github/workflows/editorconfig.yml: 2.2.0 -> 2.3.1

This commit is contained in:
zowoq 2021-01-10 06:55:15 +10:00
parent e39dd05e66
commit 084fc49bf3
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
- name: Fetch editorconfig-checker - name: Fetch editorconfig-checker
if: env.PR_DIFF if: env.PR_DIFF
env: env:
ECC_VERSION: "2.2.0" ECC_VERSION: "2.3.1"
ECC_URL: "https://github.com/editorconfig-checker/editorconfig-checker/releases/download" ECC_URL: "https://github.com/editorconfig-checker/editorconfig-checker/releases/download"
run: | run: |
curl -sSf -O -L -C - "$ECC_URL/$ECC_VERSION/ec-linux-amd64.tar.gz" && \ curl -sSf -O -L -C - "$ECC_URL/$ECC_VERSION/ec-linux-amd64.tar.gz" && \