feat: upgrade actions and python to fix the error (#2)
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6562800..d1ad9cc 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml
@@ -18,12 +18,12 @@ steps: - name: Check out Git repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v5 with: - python-version: 3.8 + python-version: 3.12 - name: Install Python dependencies run: pip install black flake8