diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index 4fd276f..aad43f4 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -11,7 +11,7 @@ jobs: SPECIFIC_BRANCH: chore/update-pre-commit steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 - run: pip install pre-commit shell: bash - name: pre-commit