summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyomotoi <[email protected]>2022-05-21 13:30:41 +0800
committerGitHub <[email protected]>2022-05-21 13:30:41 +0800
commit90e144becb4933a9adc97c9099cfe73639613110 (patch)
treecec1eb79e0fc409442773a36ca1174e117de7598
parenteac4917d306f8e227dcde774e68fb75a4efb72a4 (diff)
downloadATRI-90e144becb4933a9adc97c9099cfe73639613110.tar.gz
ATRI-90e144becb4933a9adc97c9099cfe73639613110.tar.bz2
ATRI-90e144becb4933a9adc97c9099cfe73639613110.zip
👷 更新 CI 版本
-rw-r--r--.github/workflows/lint.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 32499dd..f3f4a8d 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -17,16 +17,16 @@ jobs:
steps:
- name: Checkout 🛎️
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Setup Python 🐍
- uses: actions/setup-python@v2
+ uses: actions/[email protected]
with:
python-version: 3.8
- - uses: Gr1N/setup-poetry@v4
+ - uses: Gr1N/setup-poetry@v7
- - uses: actions/cache@v2
+ - uses: actions/[email protected]
with:
path: ~/.cache/pypoetry
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
@@ -38,6 +38,7 @@ jobs:
poetry install
python -m pip install --upgrade pip
pip install flake8
+
- name: Run Linters
uses: wearerequired/[email protected]
with: