From 5078fa6cb3b8bdef435c4e1e6d37407f8aa4bb4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 01:08:25 +0000 Subject: [PATCH] chore(deps): update mstruebing/editorconfig-checker docker tag to v3.1.2 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ef17cbe..2427999 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: EditorConfig Lint - uses: docker://mstruebing/editorconfig-checker:v3.1.1 + uses: docker://mstruebing/editorconfig-checker:v3.1.2 - name: Enable corepack run: |