Skip to content

Commit 3d30a39

Browse files
chore(deps): Bump mxschmitt/action-tmate from 3.19 to 3.21 (#560)
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](mxschmitt/action-tmate@e5c7151...c606f86) --- 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 99143e6 commit 3d30a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/staging-db-publisher.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
# a) booleans come across as string types :(
7272
# b) if not using workflow_dispatch the default values are empty, which means we want these to effectively evaluate to true (so only check the negative case)
7373
if: github.event.inputs.run-tmate != 'false'
74-
uses: mxschmitt/action-tmate@e5c7151931ca95bad1c6f4190c730ecf8c7dde48 #v3.19
74+
uses: mxschmitt/action-tmate@c606f8612a802e46b3742322514c09fbc8c4afee #v3.21
7575
timeout-minutes: ${{ fromJSON(github.event.inputs.tmate-duration) }}
7676
with:
7777
limit-access-to-actor: true

0 commit comments

Comments
 (0)