From 556ce306a6de1ae8804e00a1a88ecde2f59f2d10 Mon Sep 17 00:00:00 2001 From: Kyomotoi Date: Sat, 14 May 2022 00:09:00 +0800 Subject: =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=E8=B7=9F=E8=BF=9B=20action=20?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c8eb30f..32499dd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -39,7 +39,7 @@ jobs: python -m pip install --upgrade pip pip install flake8 - name: Run Linters - uses: wearerequired/lint-action@v1 + uses: wearerequired/lint-action@v2.0.0 with: auto_fix: true black: true -- cgit v1.2.3