diff --git a/.github/workflows/notify-models.yaml b/.github/workflows/notify-models.yaml index d3536719..feafe196 100644 --- a/.github/workflows/notify-models.yaml +++ b/.github/workflows/notify-models.yaml @@ -79,7 +79,7 @@ jobs: args: ${{ steps.summarize.outputs.message }} - name: Setup tmate session if fails if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3.21 + uses: mxschmitt/action-tmate@v3.22 with: detached: true connect-timeout-seconds: 180 @@ -161,7 +161,7 @@ jobs: TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }} - name: Setup tmate session if fails if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3.21 + uses: mxschmitt/action-tmate@v3.22 with: detached: true connect-timeout-seconds: 180 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dd23f44b..7422031c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -124,7 +124,7 @@ jobs: release/* - name: Setup tmate session if tests fail if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3.21 + uses: mxschmitt/action-tmate@v3.22 with: detached: true connect-timeout-seconds: 180 @@ -234,7 +234,7 @@ jobs: release/* - name: Setup tmate session if tests fail if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3.21 + uses: mxschmitt/action-tmate@v3.22 with: detached: true connect-timeout-seconds: 180 @@ -276,7 +276,7 @@ jobs: release/* - name: Setup tmate session if tests fail if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3.21 + uses: mxschmitt/action-tmate@v3.22 with: detached: true connect-timeout-seconds: 180 @@ -317,7 +317,7 @@ jobs: release/* - name: Setup tmate session if tests fail if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3.21 + uses: mxschmitt/action-tmate@v3.22 with: detached: true connect-timeout-seconds: 180 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1f20b889..d6b02938 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -131,7 +131,7 @@ jobs: PATH="$PATH:/root/go/bin" GO_TAGS="tts" make --jobs 5 --output-sync=target test - name: Setup tmate session if tests fail if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3.21 + uses: mxschmitt/action-tmate@v3.22 with: detached: true connect-timeout-seconds: 180 @@ -196,7 +196,7 @@ jobs: make run-e2e-aio - name: Setup tmate session if tests fail if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3.21 + uses: mxschmitt/action-tmate@v3.22 with: detached: true connect-timeout-seconds: 180 @@ -235,7 +235,7 @@ jobs: 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.21 + uses: mxschmitt/action-tmate@v3.22 with: detached: true connect-timeout-seconds: 180