From 1b5c8a533fa7ca9f28a8c2c01ede37bb53b44920 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 15:41:14 +0000 Subject: [PATCH] Update wearerequired/lint-action action to v2.1.0 --- .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 8e0d13f3..8df95d2b 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.1 + uses: wearerequired/lint-action@v2.1.0 with: github_token: ${{ secrets.github_token }} black: true