From 7c29f88a041c86a29801cbd97e8aedd862bf64cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 20:44:26 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20mxschmitt/action-tmate=20fro?= =?UTF-8?q?m=203.21=20to=203.22?= 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.21 to 3.22. - [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.21...v3.22) --- updated-dependencies: - dependency-name: mxschmitt/action-tmate dependency-version: '3.22' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index aa572b9..84d1102 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -69,7 +69,7 @@ jobs: sudo apt install emacs - name: Setup tmate session if: ${{ github.event.inputs.debug == 'true' }} - uses: mxschmitt/action-tmate@v3.21 + uses: mxschmitt/action-tmate@v3.22 with: detached: true timeout-minutes: 60 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2999f72..fe3c414 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -86,7 +86,7 @@ jobs: sudo apt install emacs - name: Setup tmate session if: ${{ github.event.inputs.debug == 'true' }} - uses: mxschmitt/action-tmate@v3.21 + uses: mxschmitt/action-tmate@v3.22 with: detached: true timeout-minutes: 60 @@ -148,7 +148,7 @@ jobs: brew install emacs - name: Setup tmate session if: ${{ github.event.inputs.debug == 'true' }} - uses: mxschmitt/action-tmate@v3.21 + uses: mxschmitt/action-tmate@v3.22 with: detached: true timeout-minutes: 60 @@ -212,7 +212,7 @@ jobs: uses: rhysd/action-setup-vim@v1 - name: Setup tmate session if: ${{ github.event.inputs.debug == 'true' }} - uses: mxschmitt/action-tmate@v3.21 + uses: mxschmitt/action-tmate@v3.22 with: detached: true timeout-minutes: 60