diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index 23eab4e..d13f705 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@v7 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 - run: pip install pre-commit shell: bash - name: pre-commit