From 2a3a2888bc7b63375ca9aef94cb4b11fbe2346d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 16:49:05 +0200 Subject: [PATCH] Bump greut/eclint-action from 0.4.0 to 0.5.0 (#61) Bumps [greut/eclint-action](https://github.com/greut/eclint-action) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/greut/eclint-action/releases) - [Commits](https://github.com/greut/eclint-action/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: greut/eclint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/reusable-integrity.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-integrity.yml b/.github/workflows/reusable-integrity.yml index 8126957..9a0af46 100644 --- a/.github/workflows/reusable-integrity.yml +++ b/.github/workflows/reusable-integrity.yml @@ -86,7 +86,7 @@ jobs: run: "test -f .editorconfig" - name: "Check adherence to EditorConfig" - uses: "greut/eclint-action@v0.4.0" + uses: "greut/eclint-action@v0.5.0" - name: "Look for TAB characters in the middle of the line 🐌" run: |