Skip to content

Commit 73c79ff

Browse files
chore(deps): update mxschmitt/action-tmate digest to c0afd6f (jbangdev#2287)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6483610 commit 73c79ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/shared-build-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
cache-overwrite-existing: true
3434
add-job-summary: ${{ inputs.add-job-summary }}
3535
- name: Setup tmate session
36-
uses: mxschmitt/action-tmate@7b6a61a73bbb9793cb80ad69b8dd8ac19261834c # v3
36+
uses: mxschmitt/action-tmate@c0afd6f790e3a5564914980036ebf83216678101 # v3
3737
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}
3838
with:
3939
limit-access-to-actor: true

.github/workflows/tag-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@ jobs:
8989
9090
- name: Start tmate session
9191
if: always() && needs.check-debug.outputs.debug_enabled == 'true'
92-
uses: mxschmitt/action-tmate@7b6a61a73bbb9793cb80ad69b8dd8ac19261834c # v3
92+
uses: mxschmitt/action-tmate@c0afd6f790e3a5564914980036ebf83216678101 # v3
9393
with:
9494
limit-access-to-actor: true

0 commit comments

Comments
 (0)