Skip to content

Commit 676126e

Browse files
committed
⬆️ Updates ahmadnassri/action-dependabot-auto-merge action to v2.4
1 parent fee7341 commit 676126e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
if: ${{ secrets.AUTOMERGE_TOKEN }} && github.actor == 'dependabot[bot]'
1010
steps:
11-
- uses: ahmadnassri/action-dependabot-auto-merge@v2.3
11+
- uses: ahmadnassri/action-dependabot-auto-merge@v2.4
1212
with:
1313
github-token: ${{ secrets.AUTOMERGE_TOKEN }}
1414
command: "squash and merge"

0 commit comments

Comments
 (0)