From 2f4d7447c516bed97cabd6f7412d1f84019db1d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jul 2021 12:32:30 +0000 Subject: [PATCH] Bump wearerequired/lint-action from 1.9.0 to 1.10.0 Bumps [wearerequired/lint-action](https://github.com/wearerequired/lint-action) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/wearerequired/lint-action/releases) - [Commits](https://github.com/wearerequired/lint-action/compare/v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: wearerequired/lint-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 a2f7143..49fb868 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -34,7 +34,7 @@ jobs: run: | pip install black - name: Run Lint - uses: wearerequired/lint-action@v1.9.0 + uses: wearerequired/lint-action@v1.10.0 with: github_token: ${{ secrets.github_token }} black: ${{ matrix.python-version != '3.5' }}