diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 5ea1920..91a9038 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -13,7 +13,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v1 with: - python-version: 3.10.13 + python-version: 3.10.14 architecture: x64 - name: Install flake8 run: pip install flake8