diff options
| author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2025-11-07 17:22:27 +0200 |
|---|---|---|
| committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2025-11-07 17:23:55 +0200 |
| commit | 74a64d206d8068a1f14c8df30407dbf4a596d7e8 (patch) | |
| tree | b960226dee8ea64c3dde20178d57e6ee368a72b2 /.github/workflows/pre-commit.yaml | |
| parent | c39135cd848305c3acfcbd6dd2fc817cd09951de (diff) | |
| parent | c8d08ee388ff8c968802412db134136c529e5bca (diff) | |
Merge branch 'develop' into maxim/voice-moderation
Diffstat (limited to '.github/workflows/pre-commit.yaml')
| -rw-r--r-- | .github/workflows/pre-commit.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 726e1cd889..8f942fa11b 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v6 with: python-version: 3.x - uses: pre-commit/action@v3.0.1 |
