From 7fac74e1f4c57a5fe0005599a1ba7524bc274496 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 08:00:00 +0000 Subject: [PATCH] chore: bump github/super-linter from 4.10.1 to 5.0.0 Bumps [github/super-linter](https://github.com/github/super-linter) from 4.10.1 to 5.0.0. - [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.10.1...v5.0.0) --- updated-dependencies: - dependency-name: github/super-linter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 27909b0b..797e74ca 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -40,7 +40,7 @@ jobs: # within `super-linter`. fetch-depth: 0 - name: Run super-linter - uses: github/super-linter@v4.10.1 + uses: github/super-linter@v5.0.0 env: VALIDATE_ALL_CODEBASE: false VALIDATE_MARKDOWN: true