From 972794cc17dea05c6b2a9260c01467c315812916 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 01:10:47 +0000 Subject: [PATCH] chore(deps): update mxschmitt/action-tmate action to v3.24 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dbea648..1022468 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,7 +52,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Debug on runner (When re-run with "Enable debug logging" checked) if: runner.debug - uses: mxschmitt/action-tmate@c0afd6f790e3a5564914980036ebf83216678101 # v3.23 + uses: mxschmitt/action-tmate@35b54afac29c97fb54faba5b513f8fbd1882f113 # v3.24 with: detached: true - name: Install test dependencies