From 5295088ea3f8ac198b627ec5d9aab5bf2ad3bd3d Mon Sep 17 00:00:00 2001 From: Kyomotoi <0w0@imki.moe> Date: Fri, 30 Dec 2022 14:37:58 +0800 Subject: =?UTF-8?q?=F0=9F=91=B7=20=E6=9B=B4=E6=96=B0=20CI=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/lint.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fc90031..7bd8a5e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,9 +20,10 @@ jobs: uses: actions/checkout@v3 - name: Setup Python 🐍 - uses: actions/setup-python@v3.1.2 + uses: actions/setup-python@v4 with: - python-version: 3.8.5 + python-version: | + 3.9 - uses: Gr1N/setup-poetry@v7 -- cgit v1.2.3