diff --git a/.github/workflows/python-linter.yml b/.github/workflows/python-linter.yml index c843b03..3d0c94f 100644 --- a/.github/workflows/python-linter.yml +++ b/.github/workflows/python-linter.yml @@ -14,9 +14,9 @@ jobs: uses: actions/checkout@v4.1.0 - name: Set up Python - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v6.0.0 with: - python-version: 3.8 + python-version: '3.12' - name: Install dependencies run: |