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/build.yaml | |
| parent | c39135cd848305c3acfcbd6dd2fc817cd09951de (diff) | |
| parent | c8d08ee388ff8c968802412db134136c529e5bca (diff) | |
Merge branch 'develop' into maxim/voice-moderation
Diffstat (limited to '.github/workflows/build.yaml')
| -rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4c948e5586..d9583ff8a6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -91,7 +91,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha || github.sha }} - name: Setup python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.11" - name: Checkout build variables |
