Skip to content

Commit 7df41cd

Browse files
Bump ridedott/merge-me-action from 2.9.110 to 2.9.113
2 parents d2138a3 + 7059dc0 commit 7df41cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# succeeds. This can be changed as needed.
2020
if: ${{ github.event.workflow_run.conclusion == 'success' }}
2121
name: Merge me!
22-
uses: ridedott/merge-me-action@v2.9.110
22+
uses: ridedott/merge-me-action@v2.9.113
2323
with:
2424
# Depending on branch protection rules, a manually populated
2525
# `GITHUB_TOKEN_WORKAROUND` secret with permissions to push to

.github/workflows/automergelint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# succeeds. This can be changed as needed.
2020
if: ${{ github.event.workflow_run.conclusion == 'success' }}
2121
name: Merge me!
22-
uses: ridedott/merge-me-action@v2.9.110
22+
uses: ridedott/merge-me-action@v2.9.113
2323
with:
2424
# Depending on branch protection rules, a manually populated
2525
# `GITHUB_TOKEN_WORKAROUND` secret with permissions to push to

0 commit comments

Comments
 (0)