From d0814d945250e63bb7ecd005c3d2e424af9869ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 11:59:13 +0000 Subject: [PATCH] Update wearerequired/lint-action action to v2.0.1 --- .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 422c5d50..1ce6469c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -32,7 +32,7 @@ jobs: - name: Install black run: pip install black - name: Run Lint - uses: wearerequired/lint-action@v2.0.0 + uses: wearerequired/lint-action@v2.0.1 with: github_token: ${{ secrets.github_token }} black: true