From 31d391457ef63737a7bb63b6ef45f4dea27dbbab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 06:15:56 +0100 Subject: [PATCH] build(deps): bump megalinter/megalinter from 5.0.4 to 5.2.0 (#38) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@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 ddfac94..f4b5af7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 - name: Lint - uses: megalinter/megalinter/flavors/documentation@v5.0.4 + uses: megalinter/megalinter/flavors/documentation@v5.2.0 env: VALIDATE_ALL_CODEBASE: ${{ github.event_name != 'pull_request' }} DEFAULT_BRANCH: master