From 961eb8ce142c82664eefa009bfa7a89269bfa14c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 19:42:05 +0000 Subject: [PATCH] chore(deps): bump mxschmitt/action-tmate from 3.23 to 3.24 Bumps [mxschmitt/action-tmate](https://github.com/mxschmitt/action-tmate) from 3.23 to 3.24. - [Release notes](https://github.com/mxschmitt/action-tmate/releases) - [Changelog](https://github.com/mxschmitt/action-tmate/blob/master/RELEASE.md) - [Commits](https://github.com/mxschmitt/action-tmate/compare/v3.23...v3.24) --- updated-dependencies: - dependency-name: mxschmitt/action-tmate dependency-version: '3.24' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 4 ++-- .github/workflows/tests-aio.yml | 2 +- .github/workflows/tests-e2e.yml | 2 +- .github/workflows/tests-pii-ner-e2e.yml | 2 +- .github/workflows/tests-ui-e2e.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index df5512283..36c2ec246 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -71,7 +71,7 @@ jobs: if-no-files-found: ignore - name: Setup tmate session if tests fail if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3.23 + uses: mxschmitt/action-tmate@v3.24 with: detached: true connect-timeout-seconds: 180 @@ -116,7 +116,7 @@ jobs: PATH="$PATH:$HOME/go/bin" BUILD_TYPE="GITHUB_CI_HAS_BROKEN_METAL" CMAKE_ARGS="-DGGML_F16C=OFF -DGGML_AVX512=OFF -DGGML_AVX2=OFF -DGGML_FMA=OFF" make --jobs 4 --output-sync=target test - name: Setup tmate session if tests fail if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3.23 + uses: mxschmitt/action-tmate@v3.24 with: detached: true connect-timeout-seconds: 180 diff --git a/.github/workflows/tests-aio.yml b/.github/workflows/tests-aio.yml index f8d3d34f0..0947835df 100644 --- a/.github/workflows/tests-aio.yml +++ b/.github/workflows/tests-aio.yml @@ -79,7 +79,7 @@ jobs: PATH="$PATH:$HOME/go/bin" make backends/local-store backends/silero-vad backends/llama-cpp backends/whisper backends/piper backends/stablediffusion-ggml docker-build-e2e e2e-aio - name: Setup tmate session if tests fail if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3.23 + uses: mxschmitt/action-tmate@v3.24 with: detached: true connect-timeout-seconds: 180 diff --git a/.github/workflows/tests-e2e.yml b/.github/workflows/tests-e2e.yml index fb76a51e3..fc7c819a8 100644 --- a/.github/workflows/tests-e2e.yml +++ b/.github/workflows/tests-e2e.yml @@ -57,7 +57,7 @@ jobs: PATH="$PATH:$HOME/go/bin" make build-mock-backend test-e2e - name: Setup tmate session if tests fail if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3.23 + uses: mxschmitt/action-tmate@v3.24 with: detached: true connect-timeout-seconds: 180 diff --git a/.github/workflows/tests-pii-ner-e2e.yml b/.github/workflows/tests-pii-ner-e2e.yml index 800f67190..e9b23f031 100644 --- a/.github/workflows/tests-pii-ner-e2e.yml +++ b/.github/workflows/tests-pii-ner-e2e.yml @@ -90,7 +90,7 @@ jobs: run: PATH="$PATH:$HOME/go/bin" make test-extra-backend-privacy-filter - name: Setup tmate session if tests fail if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3.23 + uses: mxschmitt/action-tmate@v3.24 with: detached: true connect-timeout-seconds: 180 diff --git a/.github/workflows/tests-ui-e2e.yml b/.github/workflows/tests-ui-e2e.yml index 3c72f9dc0..b7bd712bf 100644 --- a/.github/workflows/tests-ui-e2e.yml +++ b/.github/workflows/tests-ui-e2e.yml @@ -75,7 +75,7 @@ jobs: retention-days: 7 - name: Setup tmate session if tests fail if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3.23 + uses: mxschmitt/action-tmate@v3.24 with: detached: true connect-timeout-seconds: 180