From cb7abd914ead7dd42483652d92313c0cd51c0dde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 15:31:00 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20mxschmitt/action-tmate=20fro?= =?UTF-8?q?m=203.19=20to=203.21?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [mxschmitt/action-tmate](https://github.com/mxschmitt/action-tmate) from 3.19 to 3.21. - [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.19...v3.21) --- updated-dependencies: - dependency-name: mxschmitt/action-tmate dependency-version: '3.21' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/debug.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index e559b1b..c176df3 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -47,7 +47,7 @@ jobs: run: | sudo apt install emacs - name: Setup tmate session - uses: mxschmitt/action-tmate@v3.19 + uses: mxschmitt/action-tmate@v3.21 with: detached: true timeout-minutes: 60 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 19a54d2..36b300c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -70,7 +70,7 @@ jobs: sudo apt install emacs - name: Setup tmate session if: ${{ github.event.inputs.debug == 'true' }} - uses: mxschmitt/action-tmate@v3.19 + uses: mxschmitt/action-tmate@v3.21 with: detached: true timeout-minutes: 60 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index abf64e2..aca37c1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -133,7 +133,7 @@ jobs: sudo apt install emacs - name: Setup tmate session if: ${{ github.event.inputs.debug == 'true' }} - uses: mxschmitt/action-tmate@v3.19 + uses: mxschmitt/action-tmate@v3.21 with: detached: true timeout-minutes: 60 @@ -196,7 +196,7 @@ jobs: sudo apt install emacs - name: Setup tmate session if: ${{ github.event.inputs.debug == 'true' }} - uses: mxschmitt/action-tmate@v3.19 + uses: mxschmitt/action-tmate@v3.21 with: detached: true timeout-minutes: 60 @@ -284,7 +284,7 @@ jobs: sudo apt install emacs - name: Setup tmate session if: ${{ github.event.inputs.debug == 'true' }} - uses: mxschmitt/action-tmate@v3.19 + uses: mxschmitt/action-tmate@v3.21 with: detached: true timeout-minutes: 60 @@ -389,7 +389,7 @@ jobs: sudo apt install emacs - name: Setup tmate session if: ${{ github.event.inputs.debug == 'true' }} - uses: mxschmitt/action-tmate@v3.19 + uses: mxschmitt/action-tmate@v3.21 with: detached: true timeout-minutes: 60 @@ -490,7 +490,7 @@ jobs: sudo apt install emacs - name: Setup tmate session if: ${{ github.event.inputs.debug == 'true' }} - uses: mxschmitt/action-tmate@v3.19 + uses: mxschmitt/action-tmate@v3.21 with: detached: true timeout-minutes: 60 @@ -571,7 +571,7 @@ jobs: uses: rhysd/action-setup-vim@v1 - name: Setup tmate session if: ${{ github.event.inputs.debug == 'true' }} - uses: mxschmitt/action-tmate@v3.19 + uses: mxschmitt/action-tmate@v3.21 with: detached: true timeout-minutes: 60 @@ -633,7 +633,7 @@ jobs: brew install emacs - name: Setup tmate session if: ${{ github.event.inputs.debug == 'true' }} - uses: mxschmitt/action-tmate@v3.19 + uses: mxschmitt/action-tmate@v3.21 with: detached: true timeout-minutes: 60