From 1318097f66136950b080920e0e02bea211d140f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 19:08:17 +0200 Subject: [PATCH] chore: bump github/super-linter from 4.9.2 to 4.9.4 (#296) Bumps [github/super-linter](https://github.com/github/super-linter) from 4.9.2 to 4.9.4. - [Release notes](https://github.com/github/super-linter/releases) - [Changelog](https://github.com/github/super-linter/blob/main/docs/release-process.md) - [Commits](https://github.com/github/super-linter/compare/v4.9.2...v4.9.4) --- updated-dependencies: - dependency-name: github/super-linter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com> --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 16ea78cb..07aae1b2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -35,7 +35,7 @@ jobs: # within `super-linter`. fetch-depth: 0 - name: Run super-linter - uses: github/super-linter@v4.9.2 + uses: github/super-linter@v4.9.4 env: VALIDATE_ALL_CODEBASE: false VALIDATE_MARKDOWN: true