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