summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: