diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 8b4edf6..64e1be2 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.21 + uses: mxschmitt/action-tmate@v3.22 with: detached: true timeout-minutes: 60 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ccdd380..92b2520 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.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 35d4979..6544376 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.21 + uses: mxschmitt/action-tmate@v3.22 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.21 + uses: mxschmitt/action-tmate@v3.22 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.21 + uses: mxschmitt/action-tmate@v3.22 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.21 + uses: mxschmitt/action-tmate@v3.22 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.21 + uses: mxschmitt/action-tmate@v3.22 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.21 + uses: mxschmitt/action-tmate@v3.22 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.21 + uses: mxschmitt/action-tmate@v3.22 with: detached: true timeout-minutes: 60