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